Gets or sets the amount of white space on the sides of the barcode during creation.
public int HorizontalWhiteSpace {get; set;}
public: __property int get_HorizontalWhiteSpace();
public: __property void set_HorizontalWhiteSpace(
int value
);
public:
property int HorizontalWhiteSpace {
int get();
void set ( int value);
}
'Declaration
Public Property HorizontalWhiteSpace As Integer
'Usage
Dim instance As ImGearBarcodeWriterBase
Dim value As Integer
instance.HorizontalWhiteSpace = value
value = instance.HorizontalWhiteSpace
Property Value
An integer value which represents the amount of white space.