Gets or sets a value indicating whether grouping is set for the barcode.
[Visual Basic]
Public Property Grouping As Boolean
[C#]
public bool Grouping {get; set;}
A Boolean value. If true, a grouped single barcode is created.
With grouping, any value not expressed by a single barcode is expressed by splitting it into several barcodes. This property is used in conjunction with the Group property. When the Group property is set to 2, the grouped barcode's second symbol is created.
Code49Options Class | Code49Options Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.