Gets and sets a value that indicates how many horizontal scan lines will be skipped if
VerticalSkipActive is true, otherwise this value is ignored.
Syntax
public int VerticalSkipDistance {get; set;}
public: __property int get_VerticalSkipDistance();
public: __property void set_VerticalSkipDistance(
int value
);
public:
property int VerticalSkipDistance {
int get();
void set ( int value);
}
'Declaration
Public Property VerticalSkipDistance As Integer
'Usage
Dim instance As ImageRegistrationOptions
Dim value As Integer
instance.VerticalSkipDistance = value
value = instance.VerticalSkipDistance
Property Value
An integer value which represents the number of horizontal scan lines
to skip.
See Also