Gets and sets a value that indicates the minimum allowable length (in pixels)
of the vertical line to register to.
Syntax
Public Property HorizontalToLineMinimumLineLength As Integer
Dim instance As ImageRegistrationOptions
Dim value As Integer
instance.HorizontalToLineMinimumLineLength = value
value = instance.HorizontalToLineMinimumLineLength
public int HorizontalToLineMinimumLineLength {get; set;}
public:
property int HorizontalToLineMinimumLineLength {
int get();
void set ( int value);
}
Property Value
An integer value which represents the minimum allowable length (in pixels) of
the vertical line to register to.
See Also