ImageGearJava Project > com.accusoft.imagegear.formats Package > ImGearFileFilters Class : removeAt Method |
Use this method if you don't 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 false argument. If the index is out of boundaries, an exception is thrown.
public void removeAt( int index ) |
Use this method if you don't 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 false argument. If the index is out of boundaries, an exception is thrown.