ImageGearJava Project > com.accusoft.imagegear.formats Package > ImGearFileFilters Class : remove Method |
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.
public void remove( ImGearFormats formatId ) |
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.