[]
        
(Showing Draft Content)

C1.C1Preview.C1AnchorCollection

C1AnchorCollection Class

Represents a collection of C1Anchor objects.

Inheritance
C1AnchorCollection
Namespace: C1.C1Preview
Assembly: C1.PrintDocument.4.8.dll
Syntax
public class C1AnchorCollection : CollectionBase, IList, ICollection, IEnumerable

Constructors

Name Description
C1AnchorCollection()

Properties

Name Description
this[int]

Gets or sets the C1Anchor at the specified index.

Methods

Name Description
Add(C1Anchor)

Adds a C1Anchor to the current collection.

FindByName(string)

Searches for an anchor with the specified name in the current collection.

IndexOf(C1Anchor)

Returns the index of a C1Anchor in the current collection.

Insert(int, C1Anchor)

Inserts a C1Anchor into the current collection.

Remove(C1Anchor)

Removes a C1Anchor from the current collection.