Plugin Fields

FreeImage.NET

Plugin Fields

The Plugin type exposes the following members.

Fields
  Name Description
Public field closeProc
Delegate to a function that closes a previosly opened file.
Public field descriptionProc
Delegate to a function that returns a string which contains a more detailed description.
Public field extensionListProc
Delegate to a function that returns a comma seperated list of file extensions the plugin can read or write.
Public field formatProc
Delegate to a function that returns a string which describes the plugins format.
Public field loadProc
Delegate to a function that loads and decodes a bitmap into memory.
Public field mimeProc
Delegate to a function that returns a string which contains the plugin's mime type.
Public field openProc
Delegate to a function that opens a file.
Public field pageCapabilityProc
UNKNOWN
Public field pageCountProc
Delegate to a function that returns the number of pages of a multipage bitmap if the plugin is capable of handling multipage bitmaps.
Public field regExprProc
Delegate to a function that returns a regular expression that can be used to idientify whether a file can be handled by the plugin.
Public field saveProc
Delegate to a function that saves a bitmap.
Public field supportsExportBPPProc
Delegate to a function that returns whether the plugin can handle the specified color depth.
Public field supportsExportTypeProc
Delegate to a function that returns whether the plugin can handle the specified image type.
Public field supportsICCProfilesProc
Delegate to a function that returns whether the plugin can handle ICC-Profiles.
Public field validateProc
Delegate to a function that determines whether the source is a valid image.
Top
See Also