[]
Initializes a new instance of the C1LinkTargetPage class.
public C1LinkTargetPage()
Initializes a new instance of the C1LinkTargetPage class.
public C1LinkTargetPage(int pageNo)
| Type | Name | Description |
|---|---|---|
| int | pageNo | The absolute 1-based target page number. |
Initializes a new instance of the C1LinkTargetPage class.
public C1LinkTargetPage(PageJumpTypeEnum pageJumpType)
| Type | Name | Description |
|---|---|---|
| PageJumpTypeEnum | pageJumpType | The type of the page jump. |
Initializes a new instance of the C1LinkTargetPage class.
public C1LinkTargetPage(PageJumpTypeEnum pageJumpType, int pageNo)
| Type | Name | Description |
|---|---|---|
| PageJumpTypeEnum | pageJumpType | The type of the page jump. |
| int | pageNo | The absolute 1-based target page number. |