Enum PdfExtractedImageFormat
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Specifies the file format of the image extracted from PDF document.
public enum PdfExtractedImageFormat
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.