Click or drag to resize

IptcCollectionLookupTag Method (Int32, Int32, Int32)

Lookups the tag.

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 section,
	int id,
	int index
)

Parameters

section
Type: SystemInt32
The section.
id
Type: SystemInt32
The identifier.
index
Type: SystemInt32
The index.

Return Value

Type: IptcTag
See Also