Enum LoadFormat
LoadFormat enumeration
Specifies load format.
public enum LoadFormat
Values
| Name | Value | Description |
|---|---|---|
| CGM | 0 | means loading of document in CGM format |
| HTML | 1 | means loading of document in HTML format |
| EPUB | 2 | means loading of document in EPUB format(special format of e-books) |
| XML | 3 | means loading of document in XML format(special XML that represent logical structure of PDF document) |
| XSLFO | 4 | means loading of document in XSLFO format |
| PCL | 5 | means loading of document in PCL format |
| XPS | 6 | means loading of document in XPS format |
| TEX | 7 | means loading of document in TEX format - format of Latex text editor |
| SVG | 8 | means loading of document in SVG format - format of Latex text editor |
| MHT | 9 | means loading of document in MHT format(that is packed HTML format) |
| PS | 10 | means loading of document in PS format(format of PostScript document) |
| MD | 11 | means loading document is in MD format (markdown). |
| TXT | 12 | means loading document is in TXT format. |
| APS | 13 | means loading document in APS format. |
| PDFXML | 14 | Internal PDF document structure in XML format. |
| OFD | 15 | means loading document in OFD format. |
| DJVU | 16 | means loading document in Djvu format. |
| CDR | 17 | means loading document in CDR format. |
See Also
- namespace Aspose.Pdf
- assembly Aspose.PDF