MethodFlags defines values to fill a bitfield telling which
functions have been implemented by a plugin.
Namespace:
FreeImageAPI.PluginsAssembly: 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 name | Description | |
|---|---|---|
| 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.
|