PdfDrawFormat Enumeration

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > PdfDrawFormat Enumeration
Specifies the image format to use while saving an image of a PdfPage.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public enum PdfDrawFormat
VB
Public Enumeration PdfDrawFormat

Members

  Member nameValueDescription
Png0 The Portable Network Graphics (PNG) image format.
Jpeg1 The Joint Photographic Experts Group (JPEG) image format.
Tiff2 The Tagged Image File Format (TIFF) image format.
Uncompressed3 Raw raster bytes without any header or compression.

See Also