PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1LinkTargetPage Class / C1LinkTargetPage Constructor / C1LinkTargetPage Constructor(PageJumpTypeEnum,Int32)
The type of the page jump.
The absolute 1-based target page number.

In This Topic
    C1LinkTargetPage Constructor(PageJumpTypeEnum,Int32)
    In This Topic
    Initializes a new instance of the C1LinkTargetPage class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pageJumpType As PageJumpTypeEnum, _
       ByVal pageNo As Integer _
    )
    public C1LinkTargetPage( 
       PageJumpTypeEnum pageJumpType,
       int pageNo
    )

    Parameters

    pageJumpType
    The type of the page jump.
    pageNo
    The absolute 1-based target page number.
    See Also