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




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

Glossary Item Box

Removes a format from the list at the specified position.

Syntax

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

Parameters

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

Remarks

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 set its IImGearFormat.DetectionEnabled property to false. If the index is out of boundaries, an exception is thrown.

See Also

©2013. Accusoft Corporation. All Rights Reserved.