[]
        
(Showing Draft Content)

C1.C1Preview.C1AnchorInfo

C1AnchorInfo Class

Helper class containing additional information about a C1Anchor within a document.

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

Constructors

Name Description
C1AnchorInfo(C1Anchor, C1Page, RectangleD)

Initializes a new instance of the C1AnchorInfo class.

C1AnchorInfo(C1Anchor, DocumentLocation)

Initializes a new instance of the C1AnchorInfo class.

C1AnchorInfo(C1Anchor, int, PointD)

Initializes a new instance of the C1AnchorInfo class.

Properties

Name Description
Anchor

Gets the C1Anchor associated with the current object.

DocumentLocation

Gets DocumentLocation object defining position of anchor in document.

PageIndex

Gets the 0-based index of the page containing the anchor.

Point

Gets the position of the anchor on page.