Gets and sets the minimum distance (in pixels) from the leftmost comb mark to the rightmost comb mark.
Syntax
public int MinimumCombLength {get; set;}
public: __property int get_MinimumCombLength();
public: __property void set_MinimumCombLength(
int value
);
public:
property int MinimumCombLength {
int get();
void set ( int value);
}
'Declaration
Public Property MinimumCombLength As Integer
'Usage
Dim instance As CombRemovalOptions
Dim value As Integer
instance.MinimumCombLength = value
value = instance.MinimumCombLength
See Also