FreeImagePlugin.ToString Method

FreeImage.NET

FreeImagePluginToString Method
Gets a descriptive string that describes the bitmap formats this plugin can read and/or write.

Namespace: FreeImageAPI.Plugins
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public override string ToString()

Return Value

Type: String
A descriptive string that describes the bitmap formats.
See Also