Gets or sets the number or rows in the CODABLOCK barcode.

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 CodablockRows { get; set; }
Visual Basic (Declaration)
Public Property CodablockRows As Integer
Visual C++
public:
property int CodablockRows {
	int get ();
	void set (int value);
}

Remarks

This feature is NOT supported by EPL printers.

See Also