Click or drag to resize

PrintDocumentPageCount 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
public virtual int PageCount { get; set; }

Property Value

Type: Int32
The page count.
Remarks
This must be set to the number of pages your document contains before printing or showing the print dialog.
See Also