PDFPageImageFormat¶
Namespace: O2S.Components.PDF4NET.Rendering
Specifies the supported formats for saving the page image.
Inheritance Object → ValueType → Enum → PDFPageImageFormat
Implements
Fields¶
| Name | Value | Description |
|---|---|---|
| Tiff | 0 | The image is saved in TIFF format. B/W images are compressed using CCITT G4, color images are uncompressed. |
| TiffZipCompressed | 1 | The image is saved in TIFF format usinng Zip compression. Applies only to color images. |
| TiffLzwCompressed | 2 | The image is saved in TIFF format usinng LZW compression. Applies only to color images. |
| Png | 3 | The image is saved in PNG format. |
| Raw | 4 | The image is saved in RAW format. The byte order is specified by the rendering surface. |