CharacterResultAreaHeight | Gets the coordinate which represents the height of the bounding box on the image. |
CharacterResultAreaWidth | Gets the coordinate which represents the width of the bounding box on the image. |
CharacterResultAreaX | Gets the coordinate which represents the x (left) position of the bounding box on the image. |
CharacterResultAreaY | Gets the coordinate which represents the y (top) position of the bounding box on the image. |
CharacterResultNumberResults | Gets the number of characters in the character result, including the primary result and any alternate results. |
Debug | Gets or sets a value indicating whether the component will write information to the debug log file. |
DebugLogFile | Gets or sets the full path name of the debug log file. |
ErrorCode | Gets the value of the error code for the last call. |
ErrorDescription | Gets the error message for the last call (if applicapable). |
ErrorLevel | Gets or sets the error level value, which specifies the amount of information written to the debug log file. |
EvaluationMode | Gets or sets a value indicating the evaluation mode that the control should run in. |
MICRFieldResultAreaHeight | Gets the coordinate which represents the height of the bounding box on the image for the MICR field result. |
MICRFieldResultAreaWidth | Gets the coordinate which represents the width of the bounding box on the image for the MICR field result. |
MICRFieldResultAreaX | Gets the coordinate which represents the x (left) position of the bounding box on the image for the MICR field result. |
MICRFieldResultAreaY | Gets the coordinate which represents the y (top) position of the bounding box on the image for the MICR field result. |
MICRFieldResultConfidence | Gets the confidence value of the selected MICR field. |
MICRFieldResultNumberCharacters | Gets the number of characters in the selected MICR field. |
MICRFieldResultText | Gets the text string of the selected MICR field. |
MinimumCharacterConfidence | Gets or sets the minimum confidence required for a recognized character to be reported. |
RaiseExceptions | Gets or sets a value indicating whether an exception is thrown when an error condition is hit, or if the error status is only indicated through the return value. |
ReaderAreaHeight | Gets or sets the height of the region of the image for which recognition will be performed. |
ReaderAreaWidth | Gets or sets the width of the region of the image for which recognition will be performed. |
ReaderAreaX | Gets or sets the x-coordinate of the region of the image for which recognition will be performed. |
ReaderAreaY | Gets or sets the y-coordinate of the region of the image for which recognition will be performed. |
RejectionCharacter | Gets or sets the value of the character that will be used as the reported recognition result, when the Reader has low confidence in its ability to correctly recognize the character. |
SegmentationDetectSpaces | Gets or sets a value indicating if the Reader should return spaces it finds in the text. |
SegmentationMaximumBlobSize | Gets or set the maximum size (in pixels) for a blob to automatically be classified as noise. |
SegmentationMinimumTextLineHeight | Gets or sets the minimum allowable text line height in pixels. |
SegmentationMultipleTextLines | Gets or sets a value indicating whether the component will return multiple text lines. |
TextBlockResultAreaHeight | Gets the coordinate which represents the height of the bounding box on the image for the text block result. |
TextBlockResultAreaWidth | Gets the coordinate which represents the width of the bounding box on the image for the text block result. |
TextBlockResultAreaX | Gets the coordinate which represents the x (left) position of the bounding box on the image for the text block result. |
TextBlockResultAreaY | Gets the coordinate which represents the y (top) position of the bounding box on the image for the text block result. |
TextBlockResultConfidence | Gets the confidence value of the current text block. |
TextBlockResultNumberTextLines | Gets the number of text lines in the current text block. |
TextBlockResultText | Gets the text string of the selected text block. |
TextLineResultAreaHeight | Gets the coordinate which represents the height of the bounding box on the image for the text line result. |
TextLineResultAreaWidth | Gets the coordinate which represents the width of the bounding box on the image for the text line result. |
TextLineResultAreaX | Gets the coordinate which represents the x (left) position of the bounding box on the image for the text line result. |
TextLineResultAreaY | Gets the coordinate which represents the y (top) position of the bounding box on the image for the text line result. |
TextLineResultConfidence | Gets the confidence value for the selected text line result. |
TextLineResultNumberCharacters | Gets the number of characters in the selected text line result. |
TextLineResultParseableFields | Gets a value indicating which MICR fields were parsed out of the TextLineResult. |
TextLineResultText | Gets the string which contains the actual characters in the text line result. |