PrintPageEventArgsPageSize Property |
Gets the size of the page, in device units.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public SizeF PageSize { get; }
Public ReadOnly Property PageSize As SizeF
Get
member PageSize : SizeF with get
Property Value
Type:
SizeFThe size of the page.
Remarks
This should be used to position elements on the page when using the
Graphics to draw the page's
content.
See Also