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




formatId
ID of the format after which to insert a new format.
newFormat
New format to be inserted.

Glossary Item Box

Inserts a new format to the list of formats after the specified format.

Syntax

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

Parameters

formatId
ID of the format after which to insert a new format.
newFormat
New format to be inserted.

Remarks

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 or RemoveAt methods to remove a format.

See Also

©2013. Accusoft Corporation. All Rights Reserved.