Gets or sets number of characters per row (data columns) in the CODABLOCK barcode. It lets you to control the width of the symbol.

Namespace:  Neodynamic.SDK.Printing
Assembly:  Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 2.0.2000.0 (2.0.2000.0)

Syntax

C#
public int CodablockCharsPerRow { get; set; }
Visual Basic (Declaration)
Public Property CodablockCharsPerRow As Integer
Visual C++
public:
property int CodablockCharsPerRow {
	int get ();
	void set (int value);
}

Remarks

This feature is NOT supported by EPL printers.

See Also