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

Members

Member Description
AdobePDF Specifies Adobe Portable Document Format (PDF). If a document is loaded, only the text is imported.
AdobePDFA Specifies Adobe Portable Document Format Archive (PDF/A). This format can only be used in saving operations.
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.
WordprocessingML Specifies Microsoft Word format (Office Open XML version).

See Also

Web.TextControl.LoadText Method, Web.TextControl.SaveText Method.