Table of Contents

Enum PdfDrawFormat

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Specifies the image format to use while saving an image of a PdfPage.

public enum PdfDrawFormat

Fields

Jpeg = 1

The Joint Photographic Experts Group (JPEG) image format.

Png = 0

The Portable Network Graphics (PNG) image format.

Tiff = 2

The Tagged Image File Format (TIFF) image format.

Uncompressed = 3

Raw raster bytes without any header or compression.