SaveFormat

SaveFormat enumeration

For recognition result saving

public enum SaveFormat

Values

NameValueDescription
Text0Saves the document in the plain text format.
Docx1Saves the document as an Office Open XML WordprocessingML Document (macro-free).
Pdf2Saves the document as a Searchable PDF (Adobe Portable Document) Document.
Xlsx3Saves the document as an Excel ( 2007 and later) workbook Document.
Xml4Saves the document as an XML file.
Json5Saves the document as an JSON file.
HTML6Saves the document as an HTML file.
EPUB7Saves the document as an EPUB file.
RTF8Saves the document as an rtf file.
PdfNoImg9Saves the document as a Searchable PDF (Adobe Portable Document) Document without image.

See Also