ImageGear .NET v24.14 - Updated
ImGearFileFilters Class
Members 




ImageGear24.Core Assembly > ImageGear.Formats Namespace : ImGearFileFilters Class
Provides access to formats settings.
Object Model
ImGearFileFilters Class
Syntax
'Declaration
 
Public NotInheritable Class ImGearFileFilters 
'Usage
 
Dim instance As ImGearFileFilters
public sealed class ImGearFileFilters 
public __gc __sealed class ImGearFileFilters 
public ref class ImGearFileFilters sealed 
Remarks
This class allows you to manage file formats and provides access to their settings. It contains a list of formats ImageGear is working with and provides an API for accessing and editing this list. When the format of an image is being detected, the formats are called in the order in which they are contained in the list.

The majority of file formats are added to the list automatically during class initialization. However, you need to add optional formats such as PDF, PostScript, and JPEG 2000 explicitly. If you do not need a particular format, you can remove it from the list. Re-ordering formats in the list allows you to optimize the format detection process. You can control a format's settings by getting a format from the list and accessing it via the IImGearformat interface.

Inheritance Hierarchy

System.Object
   ImageGear.Formats.ImGearFileFilters

See Also

Reference

ImGearFileFilters Members
ImageGear.Formats Namespace