RawImage.TagExists Method

Definition

Namespace: P1.ImageSdk

Check if a metadata tag exists in the image file

public bool TagExists(TagId tagId);

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:

true if the tag exists in the image file, false otherwise

See also:

TagId, GetTag