Specifies format
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
SyntaxPublic Enumeration SaveFormat
public enum class SaveFormat
Members
| Member name | Value | Description |
---|
| Pdf | 0 |
means saving without change of format, i.e. as PDF
use it please instead of 'SaveFormat.None', that is obsolete one
|
| None | 0 | Obsolete.
means saving without change of format, i.e. as PDF
It's obsolete one and will be deleted eventually,
please use instead 'SaveFormat.Pdf'
|
| Doc | 1 |
means saving in DOC format
|
| Xps | 2 |
means saving in XPS format
|
| Html | 3 |
means saving in HTML format
|
| Xml | 4 |
means saving in XML format
|
| TeX | 5 |
means saving in TEX format i.e. format suitable for Latex text editor
|
| DocX | 6 |
means saving in DOCX format
|
| Svg | 7 |
means saving in SVG format
|
| MobiXml | 8 |
means saving in MobiXML format(special format of e-books)
|
| Excel | 9 |
means saving in MsExcel format
|
| Epub | 10 |
means saving in EPUB format(special format of e-books)
|
| Pptx | 14 |
means saving in PPTX format
|
See Also