Gets or sets the minimum height of the bars when creating a barcode.
public int MinimumBarHeight {get; set;}
public: __property int get_MinimumBarHeight();
public: __property void set_MinimumBarHeight(
int value
);
public:
property int MinimumBarHeight {
int get();
void set ( int value);
}
'Declaration
Public Property MinimumBarHeight As Integer
'Usage
Dim instance As ImGearBarcodeWriterBase
Dim value As Integer
instance.MinimumBarHeight = value
value = instance.MinimumBarHeight
Property Value
An integer value which represents the barcode minimum height.