The minimum height of a character's mark rectangle, in pixels, that a
character must have in order to be reported.
Namespace: Cognex.VisionPro.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 73.0.0.0
Syntax
Property Value
Type: Int32The CharacterMinHeight value. The default value is 20.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected:
|
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Thrown if set to a value less than 1 or greater than System::Int32::MaxValue |
Remarks
The mark rectangle of a character is a tight bounding box enclosing all of the foreground (e.g. ink) pixels in the character image.
Stage: Group, Analyze
Setting this property to a value greater than CharacterMaxHeight will cause CharacterMaxHeight to be adjusted accordingly.
See Also