Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / AdjustPrintPageEventArgs Class / PrintableArea Property

In This Topic
    PrintableArea Property
    In This Topic
    Gets or sets the physical printable area of the printer, in hundredths of an inch. When the event is fired, this property contains the printable area of the printer as returned by the printer driver, rotated if landscape printing. You may want to adjust this property e.g. to compensate for a buggy printer driver reporting incorrect hard margins.
    Syntax
    'Declaration
     
    Public Property PrintableArea As RectangleF
    public RectangleF PrintableArea {get; set;}
    See Also