FreeImagePlugin Class

FreeImage.NET

FreeImagePlugin Class
Class representing a FreeImage format.
Inheritance Hierarchy
SystemObject  FreeImageAPI.PluginsFreeImagePlugin

Namespace: FreeImageAPI.Plugins
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public sealed class FreeImagePlugin

The FreeImagePlugin type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Gets a descriptive string that describes the bitmap formats this plugin can read and/or write.
Public propertyEnabled
Gets or sets whether this plugin is enabled.
Public propertyExtentsionList
Gets a comma-delimited file extension list describing the bitmap formats this plugin can read and/or write.
Public propertyFIFormat
Gets the format of this instance.
Public propertyFormat
Gets a string describing the format.
Public propertyRegExpr
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 propertySupportsICCProfiles
Gets whether this plugin can load or save an ICC profile.
Public propertySupportsReading
Gets whether this plugin can load bitmaps.
Public propertySupportsWriting
Gets whether this plugin can save bitmaps.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSupportsExportBPP
Checks whether this plugin can save bitmaps in the desired bit depth.
Public methodSupportsExportType
Checks whether this plugin can save a bitmap in the desired data type.
Public methodToString
Gets a descriptive string that describes the bitmap formats this plugin can read and/or write.
(Overrides ObjectToString.)
Public methodValidExtension(String)
Checks whether an extension is valid for this format.
Public methodValidExtension(String, StringComparison)
Checks whether an extension is valid for this format.
Public methodValidFilename(String)
Checks whether a filename is valid for this format.
Public methodValidFilename(String, StringComparison)
Checks whether a filename is valid for this format.
Top
See Also