Gets whether the pixel format is marked as extended.

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

Syntax

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

See Also