Gets whether the format specifies 24-bit color depth and an 8-bit alpha channel.

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

Syntax

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

Remarks

The default pixel format of 32 bits per pixel.

See Also