Gets or sets the left padding of the barcode.
Syntax
'Declaration
Public Property Left As String
'Usage
Dim instance As Quiet
Dim value As String
instance.Left = value
value = instance.Left
public string Left {get; set;}
Property Value
String containing the left position of the padding (quiet zone) of the barcode.
See Also