TX Text Control .NET Documentation

BinaryStreamType Enumeration

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

MemberDescription
AdobePDFSpecifies Adobe Portable Document Format (PDF). If a document is loaded, only the text is imported.

AdobePDFASpecifies Adobe Portable Document Format Archive (PDF/A). This format can only be used in saving operations.

InternalFormatSpecifies the internal Text Control format. Text is stored in ANSI format.

InternalUnicodeFormatSpecifies the internal Text Control format. Text is stored in Unicode format.

MSWordSpecifies Microsoft Word format.

WordprocessingMLSpecifies Microsoft Word format (Office Open XML version).