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