Vertical resolution in dots per inch.

Namespace: Limilabs.Web
Assembly: Barcode (in Barcode.dll) Version: 2.0.0.20

Syntax

C#
public int YDpi { get; set; }
Visual Basic
Public Property YDpi As Integer
	Get
	Set
Visual C++
public:
property int YDpi {
	int get ();
	void set (int value);
}

See Also