ImageGear for .NET
Remove Method
See Also  Send Feedback
ImageGear21.Core Assembly > ImageGear.Formats Namespace > ImGearFileFilters Class : Remove Method




formatId
ID of the format to be removed.

Glossary Item Box

Removes a format from the list based on the format ID.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

formatId
ID of the format to be removed.

Remarks

Use this method if you do not 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 set its IImGearFormat.DetectionEnabled property to false. If the format is not in the list, nothing is done.

See Also

©2013. Accusoft Corporation. All Rights Reserved.