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