ImageGear for Java
remove Method
ID of the format to be removed.

Use this method if you do not need a particular format. This will exclude it from all ImageGear operations.

Note: If you just need to exclude a format from the auto-detection process, you can invoke IImGearFormat.setDetectionEnabled with parameter set to false . If the format is not in the list, nothing is done.

ImGearFormats

Removes a format from the list based on the format ID.
Syntax
public void remove( 
   ImGearFormats formatId
)

Parameters

formatId
ID of the format to be removed.

Use this method if you do not need a particular format. This will exclude it from all ImageGear operations.

Note: If you just need to exclude a format from the auto-detection process, you can invoke IImGearFormat.setDetectionEnabled with parameter set to false . If the format is not in the list, nothing is done.

ImGearFormats

See Also

Reference

ImGearFileFilters Class
ImGearFileFilters Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback