Visual Basic (Declaration) | |
---|---|
Public Property Group As System.Integer |
C# | |
---|---|
public System.int Group {get; set;} |
This property can be used to specify how many portions of the barcode to create when it is split. 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.