Gets or sets the printing resolution, in dots per inch, that is supported by the printer. Default value is 203

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

Syntax

C#
public double Dpi { get; set; }
Visual Basic
Public Property Dpi As Double
	Get
	Set
Visual C++
public:
property double Dpi {
	double get ();
	void set (double value);
}

See Also