Gets and sets the typical height (in pixels) of a comb mark (measured from the top of the horizontal
base line to the top of the mark).
Syntax
public int CombHeight {get; set;}
public: __property int get_CombHeight();
public: __property void set_CombHeight(
int value
);
public:
property int CombHeight {
int get();
void set ( int value);
}
'Declaration
Public Property CombHeight As Integer
'Usage
Dim instance As CombRemovalOptions
Dim value As Integer
instance.CombHeight = value
value = instance.CombHeight
See Also