eOutputFormat Enumeration |
Enumerator with types of produced documents: PDF, DOCX, RTF, HTML
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntaxpublic enum eOutputFormat
Public Enumeration eOutputFormat
MembersMember name | Value | Description |
---|
Pdf | 0 |
Set PDF as output document, *.pdf
|
Word | 1 | Obsolete.
Set Word (*.doc) as output document, *.doc
|
Rtf | 2 |
Set RTF as output document, *.rtf
|
Docx | 3 |
Set DOCX as output document, *.docx
|
Html | 4 |
Set HTML as output document, *.html
|
See Also