Image Object

Images
Image
ILayout

Represents a page in a document, which can contain multiple pages.

Using the Image Object

The Document and the Image are the central objects in the Microsoft Office Document Imaging 2003 object model. The Image object represents a single page, and the Document object represents an ordered collection of images, or 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 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 | BitsPerPixel Property | Compression Property | Layout Property | Picture Property | PixelHeight Property | PixelWidth Property | Thumbnail Property | XDPI Property | YDPI Property

Methods | OCR Method | Rotate Method

Parent Objects

Child Objects | Layout Object