ImageGearJava Project > com.accusoft.imagegear.formats Package : IImGearFormat Interface |
The following tables list the members exposed by IImGearFormat.
Name | Description | |
---|---|---|
getDefaultExtension | Gets the default extension used when naming files containing images in this format (e.g., "*.bmp" for the BMP format).
This value specifies the default extension used when naming files containing images in this format (e.g., "*.bmp" for the BMP format). This value is used when populating the filter for the SaveFileDialog on Win32. | |
getFullName | Gets the full name of the format.
| |
getID | Gets the ID of the format.
| |
getMIMEType | Gets the MIME Media Type associated with the format.
This value provides the MIME Media Type associated with the format, such as "image/jpeg", "image/tiff", etc. | |
getName | Gets the short name of the format.
| |
getParameters | Gets format's control parameters.
This value provides access to format's control parameters. | |
isDetectionEnabled | Gets a value indicating whether the format should be used in the image detection process.
Detection is enabled for all formats by default. | |
setDetectionEnabled | Sets a value indicating whether the format should be used in the image detection process.
Detection is enabled for all formats by default. Use this method to exclude a format from detection. |