PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / C1LinkTargetPage Class / PageNo Property

In This Topic
    PageNo Property (C1LinkTargetPage)
    In This Topic
    Gets the page number to jump to. Depending on the value of C1LinkTargetPage.PageJumpType, specifies an absolute (1-based) or a relative page number.
    Syntax
    'Declaration
     
    Public ReadOnly Property PageNo As Integer
    public int PageNo {get;}
    See Also