ImageGear for Java
ImGearFileFilters Class
Members  
Provides access to formats settings.

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.

Syntax
public sealed class ImGearFileFilters 
    extends Object
    implements java.lang.Iterable  
Inheritance Hierarchy

java.lang.Object
   com.accusoft.imagegear.formats.ImGearFileFilters

See Also

Reference

ImGearFileFilters Members
com.accusoft.imagegear.formats Package

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback