Gets or sets the media speed during printing. The value setting depends on the printer model and usually is in IPS (Inch Per Seconds). Look for it in the printer user manual.

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

Syntax

C#
public string PrintSpeed { get; set; }
Visual Basic
Public Property PrintSpeed As String
	Get
	Set
Visual C++
public:
property String^ PrintSpeed {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: String

See Also