Determines a certain text format that must be stored in a one-dimensional byte array. The enumeration contains the following values:

Members

Member Description
AdobePDF Specifies Adobe Portable Document Format (PDF). How a PDF document is loaded depends on the LoadSettings.PDFImportSettings property. Only a complete document can be saved with this format.
AdobePDFA Specifies Adobe Portable Document Format Archive (PDF/A). This format can only be used in saving operations and only a complete document can be saved with this format.
InternalFormat Specifies the Text Control format. Text is stored in ANSI format.
InternalUnicodeFormat Specifies the Text Control format. Text is stored in Unicode format.
MSWord Specifies Microsoft Word format.
SpreadsheetML Specifies Microsoft Excel format (Office Open XML version).
WordprocessingML Specifies Microsoft Word format (Office Open XML version).

See Also

TextControl.Load Method, WPF.TextControl.Load Method, ServerTextControl.Load Method, TextControl.Save Method, WPF.TextControl.Save Method, ServerTextControl.Save Method.