Implementation of FormatProc

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

Syntax

C#
protected abstract string FormatProc()
Visual Basic (Declaration)
Protected MustOverride Function FormatProc As String
Visual C++
protected:
virtual String^ FormatProc() abstract

Return Value

A string containing the plugins format.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also