Gets the resolution of the source image; in dots per inch (DPI).

Namespace:  Neodynamic.WebControls.ImageDraw
Assembly:  Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll) Version: 5.0.2000.0 (5.0.2000.0)

Syntax

C#
public int SourceDpi { get; }
Visual Basic (Declaration)
Public ReadOnly Property SourceDpi As Integer
Visual C++
public:
property int SourceDpi {
	int get ();
}

See Also