LEADTOOLS OCR C DLL Help > Quick Reference > Data Types > OCR Professional > TEXTCSVSETTINGS |
typedef struct _tagTextCsvSettings
{
L_UINT32 uStructSize;
L_BOOL bBullets;
DOC2_CODEPAGESETTING CpSetng;
L_WCHAR * pszListSeparator;
L_BOOL bUseOSListSeparator;
} TEXTCSVSETTINGS, * pTEXTCSVSETTINGS;
The TEXTCSVSETTINGS structure provides information about settings for the DOC2_TEXT_CSV output format.
Member |
Description |
|
uStructSize |
Structure size. It should be equal to size of(TEXTCSVSETTINGS). |
|
bBullets |
Specifies whether bullets are in the document. Possible values are: |
|
|
Value |
Meaning |
|
TRUE |
Bullets are in the document. |
|
FALSE |
Bullets are not in the document. |
CpSetng |
Specifies the code page. For a list of possible values, refer to DOC2_CODEPAGESETTING |
|
pszListSeparator |
Unicode character string that separates cells when CSV is used. |
|
bUseOSListSeparator |
Specifies whether to use a list separator. Possible values are:. |
|
|
Value |
Meaning |
|
TRUE |
Use a list separator. |
|
FALSE |
Do not use a list separator.. |
Comments
pTEXTCSVSETTINGS is a pointer to a TEXTCSVSETTINGS structure. If the function parameter type is pTEXTCSVSETTINGS, declare a TEXTCSVSETTINGS variable, update the structure's fields, and pass the variable's address in the parameter. Declaring a pTEXTCSVSETTINGS variable is necessary only if the program requires a pointer.
This structure is used with the following functions: