TiffOptions.IsTagPresent

TiffOptions.IsTagPresent method

Determines whether tag is present in the options or not.

public bool IsTagPresent(TiffTags tag)
ParameterTypeDescription
tagTiffTagsThe tag id to check.

Return Value

true if tag is present; otherwise, false.

See Also