Click or drag to resize

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; }

Property Value

Type: SizeF
The 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