PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / C1LinkTargetPage Class / C1LinkTargetPage Constructor / C1LinkTargetPage Constructor(PageJumpTypeEnum)
The type of the page jump.

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

    Parameters

    pageJumpType
    The type of the page jump.
    See Also