Gets or sets the printing resolution, in dots per inch, that is supported by the printer. Default value is 203
Namespace: Neodynamic.SDK.PrintingAssembly: 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); } |