PdfPixelFormat Enumeration |
Namespace: Opait.Pdf.Api
public enum PdfPixelFormat
Member name | Value | Description | |
---|---|---|---|
Automatic | 0 | Automatically determine the color depth. | |
Color | 1 | Digitize in full 24-bit color. | |
Grayscale | 2 | Convert to 8-bit grayscale. | |
Dithered | 3 | Convert to dithered monochrome images. | |
Threshold | 4 | Convert to monochrome images using color thresholding. |