Gets the FREE_IMAGE_FORMAT FreeImage assigned to this plugin.

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

Syntax

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

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also