GetTagByType

TiffOptions.GetTagByType method

Gets the instance of the tag by type.

public TiffDataType GetTagByType(TiffTags tagKey)
ParameterTypeDescription
tagKeyTiffTagsThe tag key.

Return Value

Instance of the tag if exists or null otherwise.

See Also