ScanFix Xpress v9.0 for .NET - 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
'Declaration
 
Public Property VerticalToLineCheckThinLinesActive As Boolean
'Usage
 
Dim instance As ImageRegistrationOptions
Dim value As Boolean
 
instance.VerticalToLineCheckThinLinesActive = value
 
value = instance.VerticalToLineCheckThinLinesActive
public bool VerticalToLineCheckThinLinesActive {get; set;}
public: __property bool get_VerticalToLineCheckThinLinesActive();
public: __property void set_VerticalToLineCheckThinLinesActive( 
   bool value
);
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

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