static public method BarcodesUserAPI.AddBarcodeToCell

Brief

Adds a barcode with default settings to the table cell and returns the TableCellBuilder.

Declaration
C#
TableCellBuilder  AddBarcodeToCell (this TableCellBuilder cell, string data, BarcodeType barcodeType, bool showDataLabel = True, bool hasQuiteZones = True, BarcodeRotation barcodeRotation = 0)

Parameters
cell

The table cell to add the barcode to.

data

The user data for encoding.

barcodeType

The barcode type.

showDataLabel

Defines whether the input data are printed under the barcode lines.

hasQuiteZones

Defines whether the barcode has quiet zones.

barcodeRotation

Defines barcode rotation angle.

Declared in BarcodesUserAPI

back