Accusoft.Forms1 - Updated
VerticalToLineMaximumLineThickness Property



Accusoft.ScanFixXpressSdk Namespace > ImageRegistrationOptions Class : VerticalToLineMaximumLineThickness Property
Gets and sets a value that indicates the maximum allowable width (in pixels) of the horizontal line to register to.
Syntax
Public Property VerticalToLineMaximumLineThickness As Integer
Dim instance As ImageRegistrationOptions
Dim value As Integer
 
instance.VerticalToLineMaximumLineThickness = value
 
value = instance.VerticalToLineMaximumLineThickness
public int VerticalToLineMaximumLineThickness {get; set;}
public:
property int VerticalToLineMaximumLineThickness {
   int get();
   void set (    int value);
}

Property Value

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

This value lets you select the maximum thickness to consider when registering to a horizontal line so you can set the maximum line thickness lower than the height of the text.

Note: This value is ignored if VerticalToLineActive is false.

Valid values: Any number from 0 to 100

Default value: 22

See Also

Reference

ImageRegistrationOptions Class
ImageRegistrationOptions Members