SaveFormat
SaveFormat enumeration
Specifies format
public enum SaveFormat
Values
Name | Value | Description |
---|---|---|
0 |
means saving without change of format, i.e. as PDF use it please instead of ‘SaveFormat.None’, that is obsolete one | |
None | 0 |
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 |
Aps | 15 |
Saving as APS XML file. |
PdfXml | 16 |
Internal PDF document structure in XML format |
See Also
- namespace Aspose.Pdf
- assembly Aspose.PDF