Skip to content

PDFVisualImageSaveFormat

Namespace: O2S.Components.PDF4NET.Content

Specifies the supported formats for saving a visual image.

public enum PDFVisualImageSaveFormat

Inheritance ObjectValueTypeEnumPDFVisualImageSaveFormat
Implements

Fields

Name Value Description
Tiff 0 The image is saved in TIFF format.
TiffZipCompressed 1 The image is saved in TIFF format using Zip compression for color images.
TiffLzwCompressed 2 The image is saved in TIFF format using LZW compression for color images.
Png 3 The image is saved in PNG format.
Native 4 The image is saved in the format used for storing it in the PDF file.
Raw 5 The image is saved in RAW format.