[]
        
(Showing Draft Content)

C1.C1Preview.C1Hyperlink

C1Hyperlink Class

Represents a hyperlink in a document. A hyperlink may be assigned to a RenderObject's Hyperlink, or a ParagraphObject's Hyperlink property. In that case clicking on that object in a viewer will jump to the hyperlink's LinkTarget.

Inheritance
C1Hyperlink
Implements
Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
[C1ClassSerialization(true)]
public class C1Hyperlink : ICloneable

Constructors

Name Description

Initializes a new instance of the C1Hyperlink class.

Initializes a new instance of the C1Hyperlink class, assigning its LinkTarget to the specified C1LinkTarget.

Initializes a new instance of the C1Hyperlink class, assigning its LinkTarget to the specified C1LinkTarget.

Initializes a new instance of the C1Hyperlink class, assigning its LinkTarget to the specified C1LinkTarget.

Initializes a new instance of the C1Hyperlink class, assigning its LinkTarget to a C1LinkTargetDocumentLocation associated with the specified ParagraphObject.

Initializes a new instance of the C1Hyperlink class, assigning its LinkTarget to a C1LinkTargetDocumentLocation associated with the specified RenderObject.

Initializes a new instance of the C1Hyperlink class, assigning its LinkTarget to a C1LinkTargetAnchor associated with the specified anchor name.

Properties

Name Description

Determines the target of the current hyperlink.

Gets the destination URL of the current hyperlink in Adobe PDF format.

Gets or sets the state of the current hyperlink.

Text shown in the status line when the mouse is over the link (when the document is viewed in a C1PrintPreview).

Gets or sets arbitrary data associated with the current hyperlink.

Methods

Name Description

Copies the properties of the specified object to the current object.

Creates a copy of the current object.