Gets a comma-delimited file extension list describing the bitmap formats this plugin can read and/or write.

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

Syntax

C#
public string ExtentsionList { get; }
Visual Basic (Declaration)
Public ReadOnly Property ExtentsionList As String
Visual C++
public:
property String^ ExtentsionList {
	String^ get ();
}

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also