Labels.NET component > API > Methods

Composite barcode properties

Composite barcodes do not use all of the other barcode features, in particular margins and bearer bar settings are ignored. They do have two additional properties – the composite data and the linear barcode bar height. All other features are set using properties  of the 2D barcodes described above, ie.

Set2DCodeType() (see above for supported types)
Set2DXUnit()
Set2DYMult()
Set2DPairsPerRow (Applies only to Expanded Stacked)
Set2Dreduce()

More:

bool SetCCData(int iEl,string Data)

bool SetCCLheight(int iEl,int ht)