ImageGear for Java
removeAt Method
Location (index) of an item to be removed.

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.

Removes a format from the list at the specified position.
Syntax
public void removeAt( 
   int index
)

Parameters

index
Location (index) of an item to be removed.

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.

See Also

Reference

ImGearFileFilters Class
ImGearFileFilters Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback