Gets and sets a value that indicates the minimum allowable length (in pixels)
of the horizontal line to register to.
Syntax
Public Property VerticalToLineMinimumLineLength As Integer
Dim instance As ImageRegistrationOptions
Dim value As Integer
instance.VerticalToLineMinimumLineLength = value
value = instance.VerticalToLineMinimumLineLength
public int VerticalToLineMinimumLineLength {get; set;}
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