Gets and sets a flag that indicates whether a set number of scan lines
will be skipped before the toolkit starts looking for valid information
for registration.
Syntax
public bool VerticalSkipActive {get; set;}
public: __property bool get_VerticalSkipActive();
public: __property void set_VerticalSkipActive(
bool value
);
public:
property bool VerticalSkipActive {
bool get();
void set ( bool value);
}
'Declaration
Public Property VerticalSkipActive As Boolean
'Usage
Dim instance As ImageRegistrationOptions
Dim value As Boolean
instance.VerticalSkipActive = value
value = instance.VerticalSkipActive
Property Value
A boolean value which returns
true if horizontal scan lines are skipped before looking for valid registration information. Otherwise,
false is returned.
See Also