Description

An image object represents a single page in the output physical file on disk.

The image object also provides access to two collections: an IPNDocConvQueueItemFiles collection of files that contain this image, currently only a collection of one, and an IPNDocConvQueueItemImages collection of the pages that were used to create this image, also currently only a collection of one.

Public Properties

Public Property   BitsPerPixel

Read-only; The bits per pixel, or color depth of the output image.

Public Property   Files

Read-only; IPNDocConvQueueItemFiles collection of IPNDocConvQueueItemFile that reference this image. Currently each image belongs to a single file.This value is updated during the printing process.

Public Property   HeightInPixels

Read-only; The height of the output image in pixels.

Public Property   Job

Read-only; The parent IPNDocConvQueueItemJob object that created this IPNFile object.

Public Property   Orientation

Read-only; The orientation of the output image, either Portrait or Landscape.

Public Property   PageNumber

Read-only; The page number of the image in the output file.

Public Property   Pages

Read-only; IPNDocConvQueueItemPages collection of IPNDocConvQueueItemPage objects in the output file. This value is updated during the printing process.

Public Property   RotationInDegress

Read-only; The rotation of the image in the output file.

Public Property   WidthInPixels

Read-only; The weight of the image in pixels.

Public Property   XPixelsPerInch

Read-only; The vertical dots per inch, or resolution, of the output image.

Public Property   YPixelsPerInch

Read-only; The horizontal dots per inch, or resolution, of the output image.