Gets and sets a value that indicates the minimum allowable length (in pixels)
of the horizontal line to register to.
public int VerticalToLineMinimumLineLength {get; set;}
public: __property int get_VerticalToLineMinimumLineLength();
public: __property void set_VerticalToLineMinimumLineLength(
int value
);
public:
property int VerticalToLineMinimumLineLength {
int get();
void set ( int value);
}
'Declaration
Public Property VerticalToLineMinimumLineLength As Integer
'Usage
Dim instance As ImageRegistrationOptions
Dim value As Integer
instance.VerticalToLineMinimumLineLength = value
value = instance.VerticalToLineMinimumLineLength
Property Value
An integer value which represents the minimum allowable length (in pixels) of
the horizontal line to register to.