ImageGearJava Project > com.accusoft.imagegear.formats Package > ImGearFileFilters Class : insert Method |
Use this method instead of add if you want to control the detection process. If the format with the same ID exists in the list, an exception is thrown. You can use the contains method to check if a format is already added, and call remove or removeAt methods to remove a format.
public void insert( int index, IImGearFormat newFormat ) |
Use this method instead of add if you want to control the detection process. If the format with the same ID exists in the list, an exception is thrown. You can use the contains method to check if a format is already added, and call remove or removeAt methods to remove a format.