FieldMarkingTypeEnum
FieldMarkingTypeEnum enumeration constants describe available types of field marking.
 Note: The number of character cells for a recognized block you can set with help of the IRecognizerParams::CellsCount property.
 Note: The number of character cells for a recognized block you can set with help of the IRecognizerParams::CellsCount property.
typedef enum {
 FMT_SimpleText,
 FMT_UnderlinedText,
 FMT_TextInFrame,
 FMT_GrayBoxes,
 FMT_CharBoxSeries,
 FMT_SimpleComb,
 FMT_CombInFrame,
 FMT_PartitionedFrame
} FieldMarkingTypeEnum;
    
  Elements
| Name | Description | 
|---|---|
| FMT_CharBoxSeries | This value specifies that the field where the text is located is a set of separate boxes: 
 | 
| FMT_CombInFrame | This value specifies that the field where the text is located is a comb and that this comb is also the bottom line of a frame: 
 | 
| FMT_GrayBoxes | This value specifies that the text is located in white fields on a gray background: 
 | 
| FMT_PartitionedFrame | This value specifies that the field where the text is located is a frame and this frame is split by vertical lines: 
 | 
| FMT_SimpleComb | This value specifies that the field where the text is located is a comb: 
 | 
| FMT_SimpleText | This value denotes the plain text: 
 | 
| FMT_TextInFrame | This value specifies that the text is enclosed in a frame: 
 | 
| FMT_UnderlinedText | This value specifies that the text is underlined: 
 | 
Used in
9/17/2024 3:14:40 PM







