Visual Basic
C#
Managed Extensions for C++
C++/CLI
Parameters
- horizontalActive
- A flag that enables registration of the left edge of the text.
- horizontalAddOnly
- A flag that indicates whether any pixels will be removed during horizontal registration
- horizontalCentralFocus
- A flag that indicates whether the middle portion of the image border will be used for registration, ignoring edge noise, letterheads, and logos.
- horizontalIgnoreHoles
- A flag that indicates whether binder holes and other left-edge noise are ignored during horizontal registration.
- horizontalMinActivity
- A value that controls how intense the activity has to be for it to be considered real activity.
- horizontalMinBackground
- A value that controls how dense and consistent image data should be for it to be considered edge noise.
- horizontalMinForeground
- A value that controls how much activity determines what is valid data.
- horizontalResultantMargin
- A value that indicates how many pixels will remain as a left margin after processing.
- horizontalSkipActive
- A flag that indicates whether a set number of scan lines will be skipped before the toolkit starts looking for valid information for registration.
- horizontalSkipDistance
- A flag that indicates whether a set number of scan lines will be skipped before the toolkit starts looking for valid information for registration.
- horizontalToLineActive
- A flag that indicates whether the component will position the text in the image based on the position of a vertical line, or to what is determined to be the edge of the text.
- horizontalToLineCheckThinLinesActive
- A flag that indicates the vertical line to register to is very thin (1 or 2 pixels) when HorizontalToLineActive is true, otherwise this value is ignored.
- horizontalToLineMaxLineGap
- A value that indicates the maximum allowable size (in pixels) of gaps within the vertical line to register to.
- horizontalToLineMaxLineThickness
- A value that indicates the maximum allowable width (in pixels) of the vertical line to register to.
- horizontalToLineMinLineLength
- A value that indicates the minimum allowable length (in pixels) of the vertical line to register to.
- verticalActive
- A flag that enables registration of the top edge of the text.
- verticalAddOnly
- A flag that indicates whether any pixels will be removed during vertical registration, even if the desired margin is smaller than the existing margin.
- verticalCentralFocus
- A flag that indicates whether the middle portion of the image border will be used for registration, ignoring edge noise, letterheads, and logos.
- verticalMinActivity
- A value that controls how intense the activity has to be for it to be considered real activity.
- verticalMinBackground
- A value that controls how dense and consistent image data should be for it to be considered edge noise.
- verticalMinForeground
- A value that controls how much activity determines what is valid data.
- verticalResultantMargin
- A value that indicates how many pixels will remain as a top margin after processing.
- verticalSkipActive
- A flag that indicates whether a set number of scan lines will be skipped before the toolkit starts looking for valid information for registration.
- verticalSkipDistance
- A value that indicates how many horizontal scan lines will be skipped if VerticalSkipActive is true, otherwise this value is ignored.
- verticalToLineActive
- A flag that indicates whether the component will position the text in the image based on the position of a horizontal line, or to what is determined to be the edge of the text.
- verticalToLineCheckThinLinesActive
- A flag that indicates the horizontal line to register to is very thin (1 or 2 pixels) when VerticalToLineActive is true, otherwise this value is ignored.
- verticalToLineMaxLineGap
- A value that indicates the maximum allowable size (in pixels) of gaps within the horizontal line to register to.
- verticalToLineMaxLineThickness
- A value that indicates the maximum allowable size (in pixels) of gaps within the horizontal line to register to.
- verticalToLineMinLineLength
- A value that indicates the maximum allowable width (in pixels) of the horizontal line to register to.