Gets and sets a value that indicates the maximum allowable size (in pixels)
of gaps within the horizontal line to register to.
public int VerticalToLineMaximumLineGap {get; set;}
public: __property int get_VerticalToLineMaximumLineGap();
public: __property void set_VerticalToLineMaximumLineGap(
int value
);
public:
property int VerticalToLineMaximumLineGap {
int get();
void set ( int value);
}
'Declaration
Public Property VerticalToLineMaximumLineGap As Integer
'Usage
Dim instance As ImageRegistrationOptions
Dim value As Integer
instance.VerticalToLineMaximumLineGap = value
value = instance.VerticalToLineMaximumLineGap
Property Value
An integer value which represents the maximum allowable size (in pixels) of
gaps within the horizontal line to register to.