PdfSaveFileFormat Enumeration |
Defines different save file formats.
Namespace: GroupDocs.Signature.DomainAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic enum PdfSaveFileFormat
Public Enumeration PdfSaveFileFormat
public enum class PdfSaveFileFormat
Members
| Member 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