DOCWRTTXTTYPE (original) (raw)
Summary
The DOCWRTTXTTYPE enumeration provides information about Text file type.
Syntax
typedef enum _DOCWRTTXTTYPE
{
DOCWRTTXTTYPE_ANSI = 0,
DOCWRTTXTTYPE_UNICODE,
DOCWRTTXTTYPE_UNICODE_BIGENDIAN,
DOCWRTTXTTYPE_UTF8
} DOCWRTTXTTYPE, *pDOCWRTTXTTYPE;
Members
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.
Usage
LEADTOOLS Raster Imaging C API Help