PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / PdfPushButton.Action Class / PageNo Property

In This Topic
    PageNo Property
    In This Topic
    Gets or sets the 1-based page number for ButtonAction.GotoPage action. Note that setting this property overrides the current Command value with the string representation of the page number.
    Syntax
    'Declaration
     
    
    Public Property PageNo As Integer
    public int PageNo {get; set;}
    See Also