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: 4.0.2000.0 (4.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