Gets or sets the barcode image resolution in dots per inch.

Namespace:  Neodynamic.ReportingServices
Assembly:  Neodynamic.ReportingServices.Barcode (in Neodynamic.ReportingServices.Barcode.dll) Version: 6.0.1100.0 (6.0.1100.0)

Syntax

C#
public float Dpi { get; set; }
Visual Basic (Declaration)
Public Property Dpi As Single
Visual C++
public:
property float Dpi {
	float get ();
	void set (float value);
}

See Also