Gets the format of the original image in case this FreeImageBitmap was loaded from a file or stream.

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

Syntax

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

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also