typedef enum
{
DOC2_HAND_STYLE_EURO,
DOC2_HAND_STYLE_US
} DOC2_HANDRECOG_STYLE;
The DOC2_HANDRECOG_STYLE enumerated type lists the different styles in which hand-printed numerals can be written.
Value |
Meaning |
DOC2_HAND_STYLE_EURO |
Writing is in the European style (Default). |
DOC2_HAND_STYLE_US |
Writing is in the North American style. |
This enumerated type is used by the following structure: