The C1LinkTargetPage type exposes the following members.
Constructors
Name | Description | |
---|---|---|
C1LinkTargetPage()()()() |
Initializes a new instance of the C1LinkTargetPage class.
|
|
C1LinkTargetPage(Int32) |
Initializes a new instance of the C1LinkTargetPage class.
|
|
C1LinkTargetPage(PageJumpTypeEnum) |
Initializes a new instance of the C1LinkTargetPage class.
|
|
C1LinkTargetPage(PageJumpTypeEnum, Int32) |
Initializes a new instance of the C1LinkTargetPage class.
|
Methods
Name | Description | |
---|---|---|
GetDocumentLocation(Int32, C1MultiDocument) |
Returns the DocumentLocation pointed to by the current link target.
(Inherited from C1LinkTarget.)This method may return null if the position cannot be resolved at this time (e.g. if the document has not generated yet) or the link target points to a position outside the document (e.g a URL or an external document). |
|
GetDocumentLocation(Int32, C1PrintDocument) |
Returns the DocumentLocation pointed to by the current link target.
(Inherited from C1LinkTarget.)This method may return null if the position cannot be resolved at this time (e.g. if the document has not generated yet) or the link target points to a position outside the document (e.g a URL or an external document). |
|
GetPageNo |
TBD:
Returns the number of the page
to which the current C1LinkTarget points.
This method may return 0 if the page cannot be resolved at this time
(e.g. the document has not generated yet).
(Inherited from C1LinkTarget.) |
Properties
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.
|
|
PdfURL |
Gets the target URL in Adobe PDF format, or an empty string if it does not exist.
(Inherited from C1LinkTarget.) |
|
URL |
Gets the target URL, or an empty string if it does not exist.
(Inherited from C1LinkTarget.) |