Click or drag to resize

ReturnFormat Enumeration

This enumeration provides the supported document return formats.

Namespace:  TXTextControl.ReportingCloud
Assembly:  ReportingCloudWrapper (in ReportingCloudWrapper.dll) Version: 1.0.204.500 (1.0.204.500)
Syntax
C#
public enum ReturnFormat
Members
  Member nameValueDescription
PDF0 Adobe PDF
PDFA1 Adobe PDF/A
DOC2 Microsoft Word 97-2003
DOCX3 Microsoft Office Open XML
RTF4 Rich Text Format
TX5 TX Text Control Internal Format
HTML6 Hypertext Markup Language
TXT7 Plain Text
See Also