DecoderCollectionIndexOf Method |
Returns the index of a specific ImageDecoder within the collection.
Namespace:
Atalasoft.Imaging.Codec
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public int IndexOf(
ImageDecoder decoder
)
Public Function IndexOf (
decoder As ImageDecoder
) As Integer
Parameters
- decoder
- Type: Atalasoft.Imaging.CodecImageDecoder
The ImageDecoder to look for.
Return Value
Type:
Int32 The index of the ImageDecoder or -1 if the decoder is not in the collection.
See Also