| 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
Syntaxpublic virtual int PageCount { get; set; }Public Overridable Property PageCount As Integer
	Get
	Set
abstract PageCount : int with get, set
override PageCount : int with get, set
Property Value
Type: 
Int32The page count.
 Remarks
Remarks
            This must be set to the number of pages your document contains before printing or showing the print dialog.
            
 See Also
See Also