DocumentSummaryItems Object
DocumentSummaryItems Object
This object represents a set of metadata from a PDF (PDF/A) file. The object can be used in document separation, indexing and export scripts.
Properties
Name | Type | Description |
Count | Long, read-only | Number of elements in the set. |
Methods
Name | Parameters | Description |
Item |
[in] Long - the index of the element in the set. It must range from 0 to the value of the Count property minus 1. [out] DocumentSummaryItem - the element of the set with the specified index. |
Provides access to the key-value pair with the specified index. |
See also
26.03.2024 13:49:49