Class DocumentPropertyCollection

DocumentPropertyCollection class

public abstract class DocumentPropertyCollection : IEnumerable

Properties

NameDescription
Count { get; }Gets number of items in the collection.
Item { get; }Returns a DocumentProperty object by index.
virtual Item { get; }Returns a DocumentProperty object by the name of the property.

Methods

NameDescription
Clear()Removes all properties from the collection.
Contains(string)Returns true if a property with the specified name exists in the collection.
GetEnumerator()
IndexOf(string)Gets the index of a property by name.
RemoveAt(int)Removes a property at the specified index.

See Also