VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Tiff Namespace / TiffTagCollection Class / Find Methods / Find(UInt16) Method
Syntax Requirements SeeAlso
In This Topic
    Find(UInt16) Method (TiffTagCollection)
    In This Topic
    Finds the specified tag in the TIFF page.
    Syntax
    'Declaration
    
    <CLSCompliantAttribute(False)>
    Public Overloads Function Find( _
    ByVal tagId
    Tag ID.
    As UShort _
    ) As TiffTag
    [CLSCompliant(False)]
    public TiffTag Find(
    ushort tagId
    )
    [CLSCompliant(False)]
    public: TiffTag* Find(
    ushort tagId
    )
    [CLSCompliant(False)]
    public:
    TiffTag^ Find(
    ushort tagId
    )

    Parameters

    tagId
    Tag ID.

    Return Value

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

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

    See Also