FreeImage.NET Class Library Reference
FreeImagePlugin Class |
Class representing a FreeImage format.
Inheritance Hierarchy
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
Name | Description | |
---|---|---|
Description |
Gets a descriptive string that describes the bitmap formats
this plugin can read and/or write.
| |
Enabled |
Gets or sets whether this plugin is enabled.
| |
ExtentsionList |
Gets a comma-delimited file extension list describing the bitmap formats
this plugin can read and/or write.
| |
FIFormat |
Gets the format of this instance.
| |
Format |
Gets a string describing the format.
| |
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.
| |
SupportsICCProfiles |
Gets whether this plugin can load or save an ICC profile.
| |
SupportsReading |
Gets whether this plugin can load bitmaps.
| |
SupportsWriting |
Gets whether this plugin can save bitmaps.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
SupportsExportBPP |
Checks whether this plugin can save bitmaps in the desired bit depth.
| |
SupportsExportType |
Checks whether this plugin can save a bitmap in the desired data type.
| |
ToString |
Gets a descriptive string that describes the bitmap formats
this plugin can read and/or write.
(Overrides ObjectToString.) | |
ValidExtension(String) |
Checks whether an extension is valid for this format.
| |
ValidExtension(String, StringComparison) |
Checks whether an extension is valid for this format.
| |
ValidFilename(String) |
Checks whether a filename is valid for this format.
| |
ValidFilename(String, StringComparison) |
Checks whether a filename is valid for this format.
|
See Also