IDocumentPropertyCollection Interface Members
In This Topic
The following tables list the members exposed by IDocumentPropertyCollection.
Public Methods
| Name | Description |
 | clear | Removes all properties from the collection. |
 | contains | Determines whether the document property with specified name is contained in IDocumentPropertyCollection. |
 | get | Overloaded. Returns the IDocumentProperty object with the specified name. |
 | getCount | Returns the number of document property in the collection. |
 | 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