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.
See Also