MethodFlags defines values to fill a bitfield telling which functions have been implemented by a plugin.

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

Syntax

C#
[FlagsAttribute]
protected enum MethodFlags
Visual Basic (Declaration)
<FlagsAttribute> _
Protected Enumeration MethodFlags
Visual C++
[FlagsAttribute]
protected enum class MethodFlags

Members

Member nameDescription
None
No mothods implemented.
DescriptionProc
DescriptionProc has been implemented.
ExtensionListProc
ExtensionListProc has been implemented.
RegExprProc
RegExprProc has been implemented.
OpenProc
OpenProc has been implemented.
CloseProc
CloseProc has been implemented.
PageCountProc
PageCountProc has been implemented.
PageCapabilityProc
PageCapabilityProc has been implemented.
LoadProc
LoadProc has been implemented.
SaveProc
SaveProc has been implemented.
ValidateProc
ValidateProc has been implemented.
MimeProc
MimeProc has been implemented.
SupportsExportBPPProc
SupportsExportBPPProc has been implemented.
SupportsExportTypeProc
SupportsExportTypeProc has been implemented.
SupportsICCProfilesProc
SupportsICCProfilesProc has been implemented.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also