DOCWRTTXTTYPE

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

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

LEADTOOLS Raster Imaging C API Help

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