Images Collection Object

Images
Image
Layout

Represents the collection of pages in a document. A collection of Image objects.

Using the Images Collection

The Image object represents a single page in a document, which can contain multiple pages.

Use the Images accessor property of the Document object to return an Images collection. Use the Item property of the Images collection to return an Image object and gain access to its optical character recognition (OCR) Layout (including recognized Text and Words), the properties that describe its dimensions and format (BitsPerPixel, Compression, PixelHeight, PixelWidth, XDPI, and YDPI), and its Picture and Thumbnail images.

Properties | Count Property | Item Property

Methods | Add Method | Remove Method

Parent Objects

Child Objects | Layout