Gets or sets the item resolution, in dots per inch.

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

See Also