FreeImagePlugin Properties

FreeImage.NET

FreeImagePlugin Properties

The FreeImagePlugin type exposes the following members.

Properties
  Name Description
Public property Description
Gets a descriptive string that describes the bitmap formats this plugin can read and/or write.
Public property Enabled
Gets or sets whether this plugin is enabled.
Public property ExtentsionList
Gets a comma-delimited file extension list describing the bitmap formats this plugin can read and/or write.
Public property FIFormat
Gets the format of this instance.
Public property Format
Gets a string describing the format.
Public property RegExpr
Returns a regular expression string that can be used by a regular expression engine to identify the bitmap. FreeImageQt makes use of this function.
Public property SupportsICCProfiles
Gets whether this plugin can load or save an ICC profile.
Public property SupportsReading
Gets whether this plugin can load bitmaps.
Public property SupportsWriting
Gets whether this plugin can save bitmaps.
Top
See Also