Spread WinForms 15
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
See Also