DOCWRTTXTTYPE

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.
Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Raster Imaging C API Help