| 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 public enum PdfSaveFormat
Members
| Member name | Value | Description |
---|
| VectorPdf | 0 |
Save as a vector PDF document.
|
| RasterPdf | 1 |
Rasterize pages and save as an image only PDF file.
|
| SearchablePdf | 2 |
Save with hidden text placed behind a single visible
image per page. Used for image source documents and
to redact data.
|
| TextPdf | 3 |
Format text os PDF pages, including hidden text, and
save as a vector PDF files.
|
| Tiff | 4 |
Rasterize pages and save as a multi-page TIFF file.
|
| Png | 5 |
Rasterize each page and save as a separate PNG file.
|
| Jpeg | 6 |
Rasterize each page and save as a separate JPEG file.
|
| Text | 7 |
Save the text content of the document pages in an ASCII file.
|
See Also