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.
Public Property HorizontalToLineCheckThinLinesActive As Boolean
Dim instance As ImageRegistrationOptions
Dim value As Boolean
instance.HorizontalToLineCheckThinLinesActive = value
value = instance.HorizontalToLineCheckThinLinesActive
public bool HorizontalToLineCheckThinLinesActive {get; set;}
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.