[]
        
(Showing Draft Content)

C1.C1Preview.TagCollection

TagCollection Class

Represents a collection of Tag objects.

Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
public class TagCollection : NamedCollection, IList, ICollection, IEnumerable

Constructors

Name Description
TagCollection(ICollectionOwner)

Initializes a new instance of the TagCollection class.

Properties

Name Description
this[int]

Gets or sets a Tag in the current collection by its index.

this[string]

Gets a Tag in the current collection by its Name.

Methods

Name Description
Add(Tag)

Adds a Tag object to the current collection.

IndexByName(string)

Finds the index of the object with the specified name in the collection.

Remove(Tag)

Removes a Tag object from the current collection.