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.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public RectangleF PrintableArea { get; set; } |
Visual Basic |
---|
Public Property PrintableArea As RectangleF Get Set |