Gets and sets the minimum length, in pixels, a vertical line can be to meet the removal criteria.
Syntax
public int MinimumVerticalLength {get; set;}
public: __property int get_MinimumVerticalLength();
public: __property void set_MinimumVerticalLength(
int value
);
public:
property int MinimumVerticalLength {
int get();
void set ( int value);
}
'Declaration
Public Property MinimumVerticalLength As Integer
'Usage
Dim instance As LineRemovalOptions
Dim value As Integer
instance.MinimumVerticalLength = value
value = instance.MinimumVerticalLength
See Also