IDocumentPropertyCollection Interface Methods
In This Topic
For a list of all members of this type, see IDocumentPropertyCollection members.
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