Returns an instance of FreeImagePlugin, representing the format at the given index.

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

Syntax

C#
public static FreeImagePlugin Plugin(
	int index
)
Visual Basic (Declaration)
Public Shared Function Plugin ( _
	index As Integer _
) As FreeImagePlugin
Visual C++
public:
static FreeImagePlugin^ Plugin(
	int index
)

Parameters

index
Type: System..::.Int32
The index of the representing format.

Return Value

An instance of FreeImagePlugin.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also