VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Tiff Namespace / TiffTagCollection Class / Find Methods / Find(TiffTagId) Method
Syntax Requirements SeeAlso
In This Topic
Find(TiffTagId) Method (TiffTagCollection)
In This Topic
Finds the specified TIFF tag in the TIFF page.
Syntax
'Declaration

<CLSCompliantAttribute(False)>
Public Overloads Function Find( _
ByVal tagId
The identifier of TIFF tag.
As TiffTagId _
) As TiffTag
[CLSCompliant(False)]
public TiffTag Find(
TiffTagId tagId
)

Parameters

tagId
The identifier of TIFF tag.

Return Value

TiffTag object if tag was found successfully, null otherwise.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also