PagePreviewFormat

PagePreviewFormat enumeration

Represents supported preview formats.

public enum PagePreviewFormat

Values

Name Value Description
Auto 0 Images retain their format if no changes are required. For other cases, PNG formats are used.
Png 1 PNG image (Portable Network Graphics).
Jpeg 2 JPEG image (Joint Photographic Experts Group Format).
Bmp 3 Bitmap image (Bitmap Picture Format).

See Also