VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Tiff Namespace / TiffTagCollection Class / Find Methods / Find(ExifGpsTagId) Method
Syntax Requirements SeeAlso
    Find(ExifGpsTagId) Method (TiffTagCollection)
    Finds the specified EXIF GPS tag in the TIFF page.
    Syntax
    'Declaration
    
    <CLSCompliantAttribute(False)>
    Public Overloads Function Find( _
    ByVal tagId
    The identifier of EXIF GPS tag.
    As ExifGpsTagId _
    ) As TiffTag
     

    Parameters

    tagId
    The identifier of EXIF GPS tag.

    Return Value

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

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

    See Also