Obtains or sets group numbers.
[Visual Basic]
Public Property Group As Integer
[C#]
public int Group {get; set;}
This property can be used to specify what number of the barcode is to be created when it is split into several portions. This property is active only when the Grouping property is set to True. 0 through 8 are valid values which can be set. When invalid group numbers are set, the BarCodeDataException is thrown.
Code49Options Class | Code49Options Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.