ImageGear for .NET
ImGearFileFilters Class
Members  See Also  Send Feedback
ImageGear21.Core Assembly > ImageGear.Formats Namespace : ImGearFileFilters Class




Glossary Item Box

Provides access to formats settings.

Object Model

ImGearFileFilters Class

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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

©2013. Accusoft Corporation. All Rights Reserved.