PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / C1MultiDocument Class / PageCount Property

In This Topic
    PageCount Property (C1MultiDocument)
    In This Topic
    Gets the total number of pages in the current multi-document.
    Syntax
    'Declaration
     
    Public ReadOnly Property PageCount As Integer
    public int PageCount {get;}
    See Also