typedef enum _DOCWRTTXTTYPE
{
DOCWRTTXTTYPE_ANSI = 0,
DOCWRTTXTTYPE_UNICODE,
DOCWRTTXTTYPE_UNICODE_BIGENDIAN,
DOCWRTTXTTYPE_UTF8
} DOCWRTTXTTYPE, *pDOCWRTTXTTYPE;
The DOCWRTTXTTYPE enumeration provides information about Text file type.
Member | Description |
---|---|
DOCWRTTXTTYPE_ANSI | The output text document type is ANSI (contains 8-bit ANSI characters only). |
DOCWRTTXTTYPE_UNICODE | The output text document type is UNICODE (contains 16-bit UNICODE characters). |
DOCWRTTXTTYPE_UNICODE_BIGENDIAN | 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. |
DOCWRTTXTTYPE_UTF8 | The output text document type is UTF8. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET