typedef enum _DOCWRTTXTTYPE
{
DOCWRTTXTTYPE_ANSI = 0,
DOCWRTTXTTYPE_UNICODE,
DOCWRTTXTTYPE_UNICODE_BIGENDIAN,
DOCWRTTXTTYPE_UTF8
} DOCWRTTXTTYPE, *pDOCWRTTXTTYPE;
The DOCWRTTXTTYPE enumeration provides information about Text file type.
The output text document type is ANSI (contains 8-bit ANSI characters only).
The output text document type is UNICODE (contains 16-bit UNICODE characters).
The output text document type is UNICODE with Big Endian, the most significant byte (MSB) value is stored at the memory location with the lowest address.
The output text document type is UTF8.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document