Click or drag to resize

IptcCollectionLookupTag Method (Int32, Int32)

Returns an IptcTag based on an IPTC ID and index.

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 IptcTag LookupTag(
	int id,
	int index
)

Parameters

id
Type: SystemInt32
The ID of the tag to look up.
index
Type: SystemInt32
The index of the tag to look up.

Return Value

Type: IptcTag
An IptcTag containing the ID and index specified or null (Nothing in Visual Basic) if a match is not found.
See Also