PdfSaveFileFormat enumeration

PdfSaveFileFormat enumeration

Defines different save file formats.

The PdfSaveFileFormat type exposes the following members:

Fields

Field Description
DEFAULT File Format will not be changed.
PDF Saves the document as Pdf (Adobe Portable Document) Format.
DOC Saves the document in the Microsoft Word 97-2007 Document Format.
XPS Saves the document in the XPS (XML Paper Specification) Format.
DOC_X Saves the document in Microsoft Word Open XML File format.
SVG Saves the document in the SVG (Scalable Vector Graphics) format.
EPUB Saves the document in the IDPF EPUB format.
PPTX Saves the document in the PowerPoint Open XML Presentation File format

See Also