Click or drag to resize

PdfSaveFormat Enumeration

Options used when a PDF document is saved as a new file.

Namespace:  Opait.Pdf.Api
Assembly:  Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax
C#
public enum PdfSaveFormat
Members
  Member nameValueDescription
VectorPdf0 Save as a vector PDF document.
RasterPdf1 Rasterize pages and save as an image only PDF file.
SearchablePdf2 Save with hidden text placed behind a single visible image per page. Used for image source documents and to redact data.
TextPdf3 Format text os PDF pages, including hidden text, and save as a vector PDF files.
Tiff4 Rasterize pages and save as a multi-page TIFF file.
Png5 Rasterize each page and save as a separate PNG file.
Jpeg6 Rasterize each page and save as a separate JPEG file.
Text7 Save the text content of the document pages in an ASCII file.
See Also