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 HorizontalSkipActive {get; set;}
public: __property bool get_HorizontalSkipActive();
public: __property void set_HorizontalSkipActive(
bool value
);
public:
property bool HorizontalSkipActive {
bool get();
void set ( bool value);
}
'Declaration
Public Property HorizontalSkipActive As Boolean
'Usage
Dim instance As ImageRegistrationOptions
Dim value As Boolean
instance.HorizontalSkipActive = value
value = instance.HorizontalSkipActive
Property Value
A boolean value which returns
true if vertical scan lines are skipped before looking for valid registration information. Otherwise,
false is returned.
See Also