Get resolution of the image in DPI. DPI only applies in printing.

Namespace: Cartella.Interfaces
Assembly: AssetManagementSystem (in AssetManagementSystem.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
int DPI { get; }
Visual Basic
ReadOnly Property DPI As Integer
	Get
Visual C++
property int DPI {
	int get ();
}

See Also