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