HAND_STYLE
typedef enum 
   {
      HANDSTYLE_EURO, 
      HANDSTYLE_US
   } HAND_STYLE;
The HAND_STYLE enumerated type represents the possible writing styles for hand printed numerals.
| Value | Meaning | 
| HANDSTYLE_EURO | Writing in European style (Default). | 
| HANDSTYLE_US | Writing in North-American style. | 
Comments
This enumerated type is used by the following object: