ComponentOne PdfViewer for UWP
C1.UWP.PdfViewer Assembly / C1.Xaml.PdfViewer Namespace / C1PdfViewer Class / PageCount Property

In This Topic
    PageCount Property
    In This Topic
    Gets the number of pages in the loaded document.
    Syntax
    'Declaration
     
    Public ReadOnly Property PageCount As System.Integer
    public System.int PageCount {get;}
    See Also