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




formatId
ID of the format.

Glossary Item Box

Gets an index of a format in the list based on the format ID.

Syntax

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

Parameters

formatId
ID of the format.

Return Value

The index of a format in the list, or -1 if the format is not in the list.

Remarks

The formats are called in the order in which they are kept in the list when the format of an image is detected during loading. Therefore, this method can be used to learn the place of a format in the detection process.

See Also

©2013. Accusoft Corporation. All Rights Reserved.