Version

DrawBarcode Method (XamGs1DataBarBarcode)

Calculate and draws the barcode elements from the input data. GS1 DataBar is 50% smaller than EAN-13 or UPC-A Bar Code Symbols but carries more information. The first group of GS1 DataBar symbols (next four ones) encodes the Element String AI (01). XamGS1DataBarBarcode supports only linkage flag 0. Component linkage: All GS1 DataBar symbols include a linkage flag. If the linkage flag is 0, then the GS1 DataBar symbol stands alone (no composite 2D barcode associated with the symbol). If the linkage flag is 1, then a 2D Composite. Component and its separator pattern are printed above the GS1 DataBar symbol with the separator pattern aligned and contiguous to the GS1 DataBar symbol.
Syntax
'Declaration
 
Protected Overrides Sub DrawBarcode() 
protected override void DrawBarcode()
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also