[]
A collection of document properties.
public interface IDocumentPropertyCollection
Public Interface IDocumentPropertyCollection
Name | Description |
---|---|
Count | Gets the number of document property in the collection. |
this[int] | Gets the IDocumentProperty with the specified index. |
this[string] | Gets the IDocumentProperty with the specified name. |
Name | Description |
---|---|
Clear() | Removes all properties from the collection. |
Contains(string) | Determines whether the document property with specified name is contained in IDocumentPropertyCollection. |
IndexOf(string) | Gets the index of a property by name. |
Remove(string) | Removes a property with the specified name from the collection. |
RemoveAt(int) | Removes a property at the specified index. |