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

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