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