Gets whether the pixel data contains color-indexed values, which means the values are an index to colors in the system color table, as opposed to individual color values.

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

Syntax

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

See Also