This Symbology is also known as GS1 DataBar Expanded Stacked Composite Barcode, GS1 DataBar Expanded Stacked CC-A (CCA), GS1 DataBar Expanded Stacked CC-B (CCB), GS1 DataBar Expanded Stacked Composite A, GS1 DataBar Expanded Stacked Composite B, GS1 DataBar Expanded Stacked 2D Composite, GS1 DataBar Expanded Stacked Composite Component A, GS1 DataBar Expanded Stacked Composite Component B
This Barcode Symbology is supported by the following Neodynamic products:
GS1 DataBar Expanded Stacked (formerly RSS Expanded Stacked) Composite Barcode is an GS1 DataBar Expanded Stacked linear barcode linked to a 2D barcode called CC-A or CC-B.
Note: Please refer to the Class Reference documentation for more information about the properties and methods stated in this document.
In order to get GS1 DataBar Expanded Stacked CC-A and CC-B Composite Barcode images, please follow these steps:
- Set the Symbology property to GS1DataBarExpandedStackedCCA or GS1DataBarExpandedStackedCCB or RssExpandedStackedCCA or RssExpandedStackedCCB
- Setting up dimensions and quiet zones:
- Set the BarWidth property to 0.0208 (Value is expressed in Inches)
- Set the BarRatio property to 3
- Set the BarHeight property to 0.7072 (34 * BarWidth) or higher (Value is expressed in Inches)
- Set the SegmentsPerRow property to an even number ranging from 2 up to 22. Default is 4.
- Set the Code property with the primary and secondary values separated by | char (See example below).
- Set the Text property to the Secondary Data which was encoded into the 2D Component
Note: Please refer to the Class Reference documentation for more information about the properties and methods stated in this document.
In order to get GS1 DataBar Expanded Stacked CC-A and CC-B Composite Barcode images, please follow these steps:
- Set the Symbology property to GS1DataBarExpandedStackedCCA or GS1DataBarExpandedStackedCCB or RssExpandedStackedCCA or RssExpandedStackedCCB
- Setting up dimensions and quiet zones:
All values for barcode dimensions are expressed in INCHES by default. However, Barcode Professional supports other unit of measurement such as Millimeter, Centimeter, and Mils. For modifying the unit of measurement for barcoding, please set up the BarcodeUnit property as needed.
- Set the BarWidth property to 0.0208 (Value is expressed in Inches)
- Set the BarRatio property to 3
- Set the BarHeight property to 0.7072 (34 * BarWidth) or higher (Value is expressed in Inches)
- Set the SegmentsPerRow property to an even number ranging from 2 up to 22. Default is 4.
- Set the Code property with the primary and secondary values separated by | char (See example below).
- Set the Text property to the Secondary Data which was encoded into the 2D Component