ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfPushButton.Action Class / PageNo Property

In This Topic
    PageNo Property (PdfPushButton.Action)
    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