IDocumentPropertyCollection Interface Members
In This Topic
The following tables list the members exposed by IDocumentPropertyCollection.
Public Properties
| Name | Description |
 | Count |
Gets the number of document property in the collection.
|
 | Item | Overloaded. Gets the IDocumentProperty with the specified name. |
Top
Public Methods
| Name | Description |
 | Clear |
Removes all properties from the collection.
|
 | Contains | Determines whether the document property with specified name is contained in IDocumentPropertyCollection. |
 | IndexOf |
Gets the index of a property by name.
|
 | Remove |
Removes a property with the specified name from the collection.
|
 | RemoveAt |
Removes a property at the specified index.
|
Top
See Also