[]
        
(Showing Draft Content)

C1.C1Preview.C1Anchor

C1Anchor Class

Represents an anchor within a document. One or more anchors can be associated with a RenderObject via the Anchors property on the object. An anchor (and thus the render object associated with it) can be the target of a C1Hyperlink if that hyperlink's LinkTarget is a C1LinkTargetAnchor and that anchor's AnchorName is set to that anchor's Name.

Inheritance
C1Anchor
Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
[C1ClassSerialization(true)]
public class C1Anchor

Constructors

Name Description
C1Anchor()

Initializes a new instance of the C1Anchor class.

C1Anchor(string)

Initializes a new instance of the C1Anchor class.

C1Anchor(string, string)

Initializes a new instance of the C1Anchor class.

C1Anchor(string, string, object)

Initializes a new instance of the C1Anchor class.

Properties

Name Description
Description

Gets the description of the current anchor.

Name

Gets the name of the current anchor (must be unique within the document).

UserData

Gets the custom user data associated with the current anchor.