Accusoft.Forms1 - Updated
VerticalToLineCheckThinLinesActive Property



Accusoft.ScanFixXpressSdk Namespace > ImageRegistrationOptions Class : VerticalToLineCheckThinLinesActive Property
Gets and sets a flag that indicates the horizontal line to register to is very thin (1 or 2 pixels) when VerticalToLineActive is true, otherwise this value is ignored.
Syntax
Public Property VerticalToLineCheckThinLinesActive As Boolean
Dim instance As ImageRegistrationOptions
Dim value As Boolean
 
instance.VerticalToLineCheckThinLinesActive = value
 
value = instance.VerticalToLineCheckThinLinesActive
public bool VerticalToLineCheckThinLinesActive {get; set;}
public:
property bool VerticalToLineCheckThinLinesActive {
   bool get();
   void set (    bool value);
}

Property Value

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

Note: This value is ignored if VerticalToLineActive is false.

Default value: False

See Also

Reference

ImageRegistrationOptions Class
ImageRegistrationOptions Members