[]
        
(Showing Draft Content)

C1.C1Preview.C1LinkTargetPage.-ctor

C1LinkTargetPage Constructor

C1LinkTargetPage()

Initializes a new instance of the C1LinkTargetPage class.

Declaration
public C1LinkTargetPage()
Public Sub New()

C1LinkTargetPage(int)

Initializes a new instance of the C1LinkTargetPage class.

Declaration
public C1LinkTargetPage(int pageNo)
Public Sub New(pageNo As Integer)
Parameters
Type Name Description
int pageNo

The absolute 1-based target page number.

C1LinkTargetPage(PageJumpTypeEnum)

Initializes a new instance of the C1LinkTargetPage class.

Declaration
public C1LinkTargetPage(PageJumpTypeEnum pageJumpType)
Public Sub New(pageJumpType As PageJumpTypeEnum)
Parameters
Type Name Description
PageJumpTypeEnum pageJumpType

The type of the page jump.

C1LinkTargetPage(PageJumpTypeEnum, int)

Initializes a new instance of the C1LinkTargetPage class.

Declaration
public C1LinkTargetPage(PageJumpTypeEnum pageJumpType, int pageNo)
Public Sub New(pageJumpType As PageJumpTypeEnum, pageNo As Integer)
Parameters
Type Name Description
PageJumpTypeEnum pageJumpType

The type of the page jump.

int pageNo

The absolute 1-based target page number.