IptcCollectionIndexOf Method |
Returns the index value of an IptcTag.
Namespace:
Atalasoft.Imaging.Metadata
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public int IndexOf(
IptcTag tag
)
Public Function IndexOf (
tag As IptcTag
) As Integer
Parameters
- tag
- Type: Atalasoft.Imaging.MetadataIptcTag
The IptcTag to search for.
Return Value
Type:
Int32 The index of the item or -1 if the item is not in the collection.
See Also