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

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