Barcode Xpress for .NET Core v14.0 - Updated January 7, 2025
Accusoft.BarcodeXpressSdk Namespace / WriterBase Class / VerticalWhiteSpace Property




In This Topic
VerticalWhiteSpace Property
In This Topic
Gets and sets the amount of white space above and below the barcode during creation.
Syntax
'Declaration
 
Public Property VerticalWhiteSpace As Integer
 
'Usage
 
Dim instance As WriterBase
Dim value As Integer
 
instance.VerticalWhiteSpace = value
 
value = instance.VerticalWhiteSpace

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