DocumentProperties Object
A collection of DocumentProperty objects. Each DocumentProperty object represents a built-in or custom property of a container document.
Remarks
Use the Add method to create a new custom property and add it to the DocumentProperties collection. You cannot use the Add method to create a built-in document property.
Use BuiltinDocumentProperties(index), whereis the index number of the built-in document property, to return a single DocumentPropertyobject that represents a specific built-in document property. Use CustomDocumentProperties(index), where is the number of the custom document property, to return a DocumentPropertyobject that represents a specific custom document property.choose between all custom document properties display all built-in properties of a container document Document Properties Collection Document Properties Collection Object documentproperty collection object ofv view collection of the document property objects
See also:
| index | index |