PagePreviewFormat

PagePreviewFormat enumeration

Represents supported preview formats.

public enum PagePreviewFormat

Values

Name Value Description
Png 0 PNG image (Portable Network Graphics).
Jpeg 1 JPEG image (Joint Photographic Experts Group Format).
Bmp 2 Bitmap image (Bitmap Picture Format).

See Also