ImageGearJava Project > com.accusoft.imagegear.formats Package > ImGearFileFilters Class : insertAfter Method |
Use this method if you want a new format to be called after a particular format during format detection. If a format with the same ID as the new one exists in the list, an exception is thrown. You can use contains method to check if a format is already added, and call remove/ removeAt methods to remove a format.
public void insertAfter( ImGearFormats formatId, IImGearFormat newFormat ) |
Use this method if you want a new format to be called after a particular format during format detection. If a format with the same ID as the new one exists in the list, an exception is thrown. You can use contains method to check if a format is already added, and call remove/ removeAt methods to remove a format.