[]
        
(Showing Draft Content)

C1.C1Preview.C1AnchorInfoCollection

C1AnchorInfoCollection Class

Describes a collection of C1AnchorInfo objects.

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

Constructors

Name Description
C1AnchorInfoCollection()

Properties

Name Description
this[int]

Gets or sets the element at the specified index.

Methods

Name Description
Add(C1AnchorInfo)

Adds a C1AnchorInfo to the current collection.

FindByName(string)

Searches C1AnchorInfo by anchor's name.

OnClearComplete()
OnInsertComplete(int, object)
OnRemoveComplete(int, object)
OnSetComplete(int, object, object)