Click or drag to resize

eOutputFormat Enumeration

Enumerator with types of produced documents: PDF, DOCX, RTF, HTML

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public enum eOutputFormat
Members
Member nameValueDescription
Pdf0 Set PDF as output document, *.pdf
Word1Obsolete.
Set Word (*.doc) as output document, *.doc
Rtf2 Set RTF as output document, *.rtf
Docx3 Set DOCX as output document, *.docx
Html4 Set HTML as output document, *.html
See Also