The minimum width of a space character, in pixels.
Namespace: Cognex.VisionPro.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 65.1.0.0
Syntax
Property Value
Type: Int32The SpaceMinWidth value. The default value is 10.
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 0 or greater than System::Int32::MaxValue |
Remarks
Setting this property to a value greater than SpaceMaxWidth will cause SpaceMaxWidth to be adjusted accordingly.
See Also