Implementation of FormatProc
Namespace:
FreeImageAPI.PluginsAssembly: 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 |