RMABarcode Property
Indicates whether to print the RMANumber as a barcode on the label.
Syntax
[VB.NET] Public Property RMABarcode As Boolean
[C#] public bool RMABarcode {get; set;}
Remarks
The RMA number entered by the user through the RMANumber property can also appear as a US128C barcode on the label. If you wish to see the number displayed as a barcode on the label, set this property to True. Enter False if no barcode is desired.
Default Value
False