Gets or sets the amount of gap between the text and the barcode when
creating a barcode.
public new int VerticalTextGap {get; set;}
public: __property new int get_VerticalTextGap();
public: __property new void set_VerticalTextGap(
int value
);
public:
new property int VerticalTextGap {
int get();
void set ( int value);
}
'Declaration
Public Shadows Property VerticalTextGap As Integer
'Usage
Dim instance As ImGearBarcodeWriter
Dim value As Integer
instance.VerticalTextGap = value
value = instance.VerticalTextGap
Property Value
A long which represents the gap.