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

Namespace:  Neodynamic.SDK
Assembly:  Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll)
Version: 2.0.2000.0 (2.0.2086.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