Gets and sets a value that indicates the minimum allowable length (in pixels)
of the horizontal line to register to.
Syntax
'Declaration
Public Property VerticalToLineMinimumLineLength As Integer
'Usage
Dim instance As ImageRegistrationOptions
Dim value As Integer
instance.VerticalToLineMinimumLineLength = value
value = instance.VerticalToLineMinimumLineLength
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);
}
Property Value
An integer value which represents the minimum allowable length (in pixels) of
the horizontal line to register to.
See Also