[]
Describes a C1LinkTarget pointing to another page in the current document.
public class C1LinkTargetPage : C1LinkTarget
| Name | Description |
|---|---|
| C1LinkTargetPage() | Initializes a new instance of the C1LinkTargetPage class. |
| C1LinkTargetPage(PageJumpTypeEnum) | Initializes a new instance of the C1LinkTargetPage class. |
| C1LinkTargetPage(PageJumpTypeEnum, int) | Initializes a new instance of the C1LinkTargetPage class. |
| C1LinkTargetPage(int) | Initializes a new instance of the C1LinkTargetPage class. |
| Name | Description |
|---|---|
| PageJumpType | Gets the type of page jump. |
| PageNo | Gets the page number to jump to. Depending on the value of PageJumpType, specifies an absolute (1-based) or a relative page number. |