Gets whether the pixel data contains GDI colors.

Namespace: ImageSense
Assembly: ImageSense (in ImageSense.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool IsGdi { get; private set; }
Visual Basic
Public Property IsGdi As Boolean
	Get
	Private Set
Visual C++
public:
property bool IsGdi {
	bool get ();
	private: void set (bool value);
}

See Also