PagePreviewFormat enumeration

PagePreviewFormat enumeration

Represents supported preview formats.

The PagePreviewFormat type exposes the following members:

Fields

Field Description
AUTO PNG, JPEG and BMP images retain their format if no changes are required. For other cases, PNG format is used.
PNG PNG image (Portable Network Graphics).
JPEG JPEG image (Joint Photographic Experts Group Format).
BMP Bitmap image (Bitmap Picture Format).

See Also