PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / PagesEventArgs Class / PageCount Property

In This Topic
    PageCount Property (PagesEventArgs)
    In This Topic
    Gets the count of pages associated with this event.
    Syntax
    'Declaration
     
    Public ReadOnly Property PageCount As Integer
    public int PageCount {get;}
    See Also