Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintDocumentEventArgs Class / TotalPage Property


In This Topic
    TotalPage Property
    In This Topic
    Gets the total number of printed pages.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TotalPage As Integer
    'Usage
     
    
    Dim instance As PrintDocumentEventArgs
    Dim value As Integer
     
    value = instance.TotalPage
    public int TotalPage {get;}
    See Also