NIOCRSizeAndSpacingOptions
From NI Vision for Visual Basic
NIOCRSizeAndSpacingOptions
Constraints you want to place on the spacing of characters in the image.
Properties
| AutoSplit | Handles pixels that overlap in the vertical direction. |
| BoundingRectangle | Specifies the bounds for the character bounding rectangle dimensions. |
| CharacterSizeMaximum | Retrieves the maximum number of pixels that an object can contain to be a potential identifiable character. |
| CharacterSizeMinimum | Retrieves the minimum number of pixels that an object must contain to be a potential identifiable character. |
| CharacterSpacingMinimum | Specifies the minimum amount of space, in pixels, that can be between characters. |
| ElementHorizontalSpacingMaximum | Specifies the maximum horizontal spacing, in pixels, between the elements that are combined to form a single character. |
| ElementVerticalSpacingMaximum | Sets the maximum vertical spacing, in pixels, between elements. |
Methods
| SetCharacterSize | Sets the maximum and minimum possible character sizes. |