PageSettingsPrintableArea Property |
Gets the printable area for the page
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public RectangleF PrintableArea { get; }
Public ReadOnly Property PrintableArea As RectangleF
Get
member PrintableArea : RectangleF with get
Property Value
Type:
RectangleFThe printable area.
See Also