PrintDocumentIHandlerPageCount Property |
Gets or sets the total number of pages available to be printed in this document.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax int PageCount { get; set; }
Property PageCount As Integer
Get
Set
abstract PageCount : int with get, set
Property Value
Type:
Int32The page count.
Remarks
This will be set to the number of pages your document contains before printing or showing the print dialog.
See Also