Gets or sets the amount of white space above and below the barcode during creation.
public int VerticalWhiteSpace {get; set;}
public: __property int get_VerticalWhiteSpace();
public: __property void set_VerticalWhiteSpace(
int value
);
public:
property int VerticalWhiteSpace {
int get();
void set ( int value);
}
'Declaration
Public Property VerticalWhiteSpace As Integer
'Usage
Dim instance As ImGearBarcodeWriterBase
Dim value As Integer
instance.VerticalWhiteSpace = value
value = instance.VerticalWhiteSpace
Property Value
An integer value which represents the amount of white space.