Gets or sets the number of text lines.

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

See Also