LocalPlugin.MethodFlags Enumeration

FreeImage.NET

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

Namespace: FreeImageAPI.Plugins
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
[FlagsAttribute]
protected enum MethodFlags
Members
  Member nameValueDescription
None0 No mothods implemented.
DescriptionProc1 DescriptionProc has been implemented.
ExtensionListProc2 ExtensionListProc has been implemented.
RegExprProc4 RegExprProc has been implemented.
OpenProc8 OpenProc has been implemented.
CloseProc16 CloseProc has been implemented.
PageCountProc32 PageCountProc has been implemented.
PageCapabilityProc64 PageCapabilityProc has been implemented.
LoadProc128 LoadProc has been implemented.
SaveProc256 SaveProc has been implemented.
ValidateProc512 ValidateProc has been implemented.
MimeProc1024 MimeProc has been implemented.
SupportsExportBPPProc2048 SupportsExportBPPProc has been implemented.
SupportsExportTypeProc4096 SupportsExportTypeProc has been implemented.
SupportsICCProfilesProc8192 SupportsICCProfilesProc has been implemented.
See Also