PdfSaveFileFormat

PdfSaveFileFormat enumeration

Defines different save file formats.

public enum PdfSaveFileFormat

Values

Name Value Description
Default 0 File Format will not be changed.
Pdf 1 Saves the document as Pdf (Adobe Portable Document) Format.
Doc 2 Saves the document in the Microsoft Word 97-2007 Document Format.
Xps 3 Saves the document in the XPS (XML Paper Specification) Format.
DocX 7 Saves the document in Microsoft Word Open XML File format.
Svg 8 Saves the document in the SVG (Scalable Vector Graphics) format.
Epub 11 Saves the document in the IDPF EPUB format.
Pptx 12 Saves the document in the PowerPoint Open XML Presentation File format

See Also