DocumentToIndexPages Object
DocumentToIndexPages Object
This object represents a set of pages in the document to be indexed. It can be used in document identification and indexing scripts.
Properties
Name | Type | Description |
Count | Long, read-only | Number of pages in the set. |
Methods
Name | Parameters | Description |
Item |
[in] Long - the index of the page in the collection. It must be in range from 0 to the page of the Count property minus 1. [out] DocumentToIndexPage - the page of the document to be indexed. |
Provides access to a single page of the document to be indexed. |
See also
3/26/2024 1:49:49 PM