ScanFix Xpress v9.0 for .NET - Updated
VerticalToLineMaximumLineGap Property




Accusoft.ScanFixXpressSdk Namespace > ImageRegistrationOptions Class : VerticalToLineMaximumLineGap Property
Gets and sets a value that indicates the maximum allowable size (in pixels) of gaps within the horizontal line to register to.
Syntax
'Declaration
 
Public Property VerticalToLineMaximumLineGap As Integer
'Usage
 
Dim instance As ImageRegistrationOptions
Dim value As Integer
 
instance.VerticalToLineMaximumLineGap = value
 
value = instance.VerticalToLineMaximumLineGap
public int VerticalToLineMaximumLineGap {get; set;}
public: __property int get_VerticalToLineMaximumLineGap();
public: __property void set_VerticalToLineMaximumLineGap( 
   int value
);
public:
property int VerticalToLineMaximumLineGap {
   int get();
   void set (    int value);
}

Property Value

An integer value which represents the maximum allowable size (in pixels) of gaps within the horizontal line to register to.
Remarks

When this property is set to a value of 3 or less, the toolkit simply ignores short gaps. However, setting this value over 3 tells the toolkit to employ its Super-Line algorithms. These algorithms re-assemble broken lines into a whole line for registration purposes, and can dramatically improve the success rate when VerticalToLineActive is true.

Note: This value is ignored if VerticalToLineActive is false.

Valid values: Any number from 0 to 50

Default value: 2

See Also

Reference

ImageRegistrationOptions Class
ImageRegistrationOptions Members

Is this page helpful?
Yes No
Thanks for your feedback.