Accusoft.Forms1 - Updated
HorizontalWhiteSpace Property



Accusoft.BarcodeXpressSdk Namespace > WriterBase Class : HorizontalWhiteSpace Property
Gets and sets the amount of white space on the sides of the barcode during creation.
Syntax
Public Property HorizontalWhiteSpace As Integer
Dim instance As WriterBase
Dim value As Integer
 
instance.HorizontalWhiteSpace = value
 
value = instance.HorizontalWhiteSpace
public int HorizontalWhiteSpace {get; set;}
public:
property int HorizontalWhiteSpace {
   int get();
   void set (    int value);
}

Property Value

An integer value which represents the amount of white space.
Remarks

The default value is 50.

The white space surrounding the barcode is also known as the quiet zone. The component requires a quiet zone for accurate barcode detection.

See Also

Reference

WriterBase Class
WriterBase Members