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

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 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);
}

Property Value

Type: Double

See Also