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




Accusoft.ScanFixXpressSdk Namespace > ImageRegistrationOptions Class : VerticalToLineMinimumLineLength Property
Gets and sets a value that indicates the minimum allowable length (in pixels) of the horizontal line to register to.
Syntax
'Declaration
 
Public Property VerticalToLineMinimumLineLength As Integer
'Usage
 
Dim instance As ImageRegistrationOptions
Dim value As Integer
 
instance.VerticalToLineMinimumLineLength = value
 
value = instance.VerticalToLineMinimumLineLength
public int VerticalToLineMinimumLineLength {get; set;}
public: __property int get_VerticalToLineMinimumLineLength();
public: __property void set_VerticalToLineMinimumLineLength( 
   int value
);
public:
property int VerticalToLineMinimumLineLength {
   int get();
   void set (    int value);
}

Property Value

An integer value which represents the minimum allowable length (in pixels) of the horizontal line to register to.
Remarks

This value should be larger than the width of the text characters. The component will examine the image from top to bottom, until it locates a horizontal line segment larger than this value, or until it reaches one quarter the image height. It then shifts the image so that the line is the distance from the top edge of the image as specified by VerticalResultantMargin.

Note: This value is ignored if VerticalToLineActive is false.

Valid values: Any number from 0 to 20000

Default value: 300

See Also

Reference

ImageRegistrationOptions Class
ImageRegistrationOptions Members

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