Click or drag to resize
SaveFormat Enumeration
Specifies format

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public enum SaveFormat
Members
  Member nameValueDescription
Pdf0 means saving without change of format, i.e. as PDF use it please instead of 'SaveFormat.None', that is obsolete one
None0 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'
Doc1 means saving in DOC format
Xps2 means saving in XPS format
Html3 means saving in HTML format
Xml4 means saving in XML format
TeX5 means saving in TEX format i.e. format suitable for Latex text editor
DocX6 means saving in DOCX format
Svg7 means saving in SVG format
MobiXml8 means saving in MobiXML format(special format of e-books)
Excel9 means saving in MsExcel format
Epub10 means saving in EPUB format(special format of e-books)
Pptx14 means saving in PPTX format
See Also