Click or drag to resize

PdfPixelFormat Enumeration

Enumerates pixel formats when PDF pages are converted to images.

Namespace:  Opait.Pdf.Api
Assembly:  Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax
C#
public enum PdfPixelFormat
Members
  Member nameValueDescription
Automatic0 Automatically determine the color depth.
Color1 Digitize in full 24-bit color.
Grayscale2 Convert to 8-bit grayscale.
Dithered3 Convert to dithered monochrome images.
Threshold4 Convert to monochrome images using color thresholding.
See Also