Skip to content

PDFVisualImageFormat

Namespace: O2S.Components.PDF4NET.Content

Specifies the supported formats for images displayed on a PDF page.

public enum PDFVisualImageFormat

Inheritance ObjectValueTypeEnumPDFVisualImageFormat
Implements

Fields

Name Value Description
Raw 0 The image is embedded in the PDF file in RAW format.
Jpeg 1 The image is embedded in the PDF file as a JPEG image.
Jpeg2000 2 The image is embedded in the PDF file as a JPEG2000 image.