Type of the bitmap.

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public FREE_IMAGE_TYPE ImageType { get; }
Visual Basic (Declaration)
Public ReadOnly Property ImageType As FREE_IMAGE_TYPE
Visual C++
public:
property FREE_IMAGE_TYPE ImageType {
	FREE_IMAGE_TYPE get ();
}

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also