[]
Represents a collection of DocumentProperty objects. Each DocumentProperty object represents a built-in or custom property of a container document.
public interface IDocumentProperties
Public Interface IDocumentProperties
| Name | Description |
|---|---|
| Count | Gets an integer value indicating the number of items in the IDocumentProperties collection. |
| this[BuiltinDocumentProperties] | Gets the DocumentProperty object from the IDocumentProperties collection. |
| this[int] | Gets the DocumentProperty object from the IDocumentProperties collection. |
| this[string] | Gets the DocumentProperty object from the IDocumentProperties collection. |
| Name | Description |
|---|---|
| Add(string, DocumentPropertyType, object) | Creates a new custom document property. You can add a new document property only to the custom IDocumentProperties collection. |