Accusoft.Forms1 - Updated
HorizontalToLineCheckThinLinesActive Property



Accusoft.ScanFixXpressSdk Namespace > ImageRegistrationOptions Class : HorizontalToLineCheckThinLinesActive Property
Gets and sets 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.
Syntax
Public Property HorizontalToLineCheckThinLinesActive As Boolean
Dim instance As ImageRegistrationOptions
Dim value As Boolean
 
instance.HorizontalToLineCheckThinLinesActive = value
 
value = instance.HorizontalToLineCheckThinLinesActive
public bool HorizontalToLineCheckThinLinesActive {get; set;}
public:
property bool HorizontalToLineCheckThinLinesActive {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which returns true if the vertical line to register is very thin. Otherwise, false is returned.
Remarks

Note: This value is ignored if HorizontalToLineActive is false.

Default value: False

See Also

Reference

ImageRegistrationOptions Class
ImageRegistrationOptions Members