RawImage.GetTag Method

Definition

Namespace: P1.ImageSdk

Get a metadata tag from the image file

public ImageTag GetTag(TagId tagId);

To avoid catching exceptions, in case of missing tags - use the method TagExists to check if tags are present in the image file.

Generally you should regard all tags as optional, since their presence might change with camera models and firmware versions.

Parameters:

tagId

The tag identifier

Returns:

The tag object, if found. (Throws if tag is not found)

See also:

TagId, TagExists