C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / C1LinkTargetPage Class
Properties Methods


C1LinkTargetPage Class Members

The following tables list the members exposed by C1LinkTargetPage.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyGets the type of page jump.  
Public PropertyGets the page number to jump to. Depending on the value of PageJumpType, specifies an absolute (1-based) or a relative page number.  
Public PropertyGets the target URL in Adobe PDF format, or an empty string if it does not exist. (Inherited from C1.C1Preview.C1LinkTarget)
Public PropertyGets the target URL, or an empty string if it does not exist. (Inherited from C1.C1Preview.C1LinkTarget)
Top
Public Methods
 NameDescription
Public MethodOverloaded. Returns the DocumentLocation pointed to by the current link target.

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).

(Inherited from C1.C1Preview.C1LinkTarget)
Public MethodGets the 1-based number of the page pointed to by the current C1LinkTarget. This method may return 0 if the page cannot be resolved at this time (e.g. the document has not generated yet). (Inherited from C1.C1Preview.C1LinkTarget)
Top
See Also