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




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

Property Value

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

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

Note: This value is ignored if HorizontalToLineActive is false.

Valid values: Any number from 0 to 100

Default value: 22

See Also

Reference

ImageRegistrationOptions Class
ImageRegistrationOptions Members

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