Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.23
LEADTOOLS OCR C DLL Help

SPECIALCHAR2

Show in webframe

typedef struct _tagSpecialChar2
{
   L_UINT uStructSize;
   L_WCHAR chReject;
   L_WCHAR chMissSym;
} SPECIALCHAR2, * pSPECIALCHAR2;

The SPECIALCHAR2 structure contains special characters for the selected language.

Member

Description

uStructSize

Structure size. It should be equal to sizeof(SPECIALCHAR2)

chReject

Specifies which symbol to use to designate rejected characters in the output.

chMissSym

Specifies which symbol to use to designate missing characters in the output.

Comments

pSPECIALCHAR2 is a pointer to a SPECIALCHAR2 structure. If the function parameter type is pSPECIALCHAR2, declare a SPECIALCHAR2 variable, update the structure's fields, and pass the variable's address in the parameter. Declaring a pSPECIALCHAR2 variable is necessary only if the program requires a pointer.

This structure is used with the following functions:

L_Doc2SetSpecialChar

L_Doc2GetSpecialChar

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.