ImageGear21.Core Assembly > ImageGear.Formats Namespace > ImGearFileFilters Class : Remove Method |
'Declaration Public Sub Remove( _ ByVal formatId As ImGearFormats _ )
'Usage Dim instance As ImGearFileFilters Dim formatId As ImGearFormats instance.Remove(formatId)
public void Remove( ImGearFormats formatId )
public: void Remove( ImGearFormats formatId )
public: void Remove( ImGearFormats formatId )
Note: If you just need to exclude a format from the auto-detection process, you can set its IImGearFormat.DetectionEnabled property to false. If the format is not in the list, nothing is done.