Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / OwnerPrintInfo Class / PageCount Property


In This Topic
    PageCount Property
    In This Topic
    Gets the printing page count.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PageCount As Integer
    'Usage
     
    
    Dim instance As OwnerPrintInfo
    Dim value As Integer
     
    value = instance.PageCount
    public int PageCount {get;}
    See Also