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.

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.

Help Version 21.0.2023.2.15
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.