PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / C1PdfDocumentBase Class / CurrentPage Property

In This Topic
    CurrentPage Property (C1PdfDocumentBase)
    In This Topic
    Gets or sets the index of the current page within the document.
    Syntax
    'Declaration
     
    
    Public Overridable Property CurrentPage As Integer
    public virtual int CurrentPage {get; set;}
    See Also