VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Metadata Namespace / TiffIfdMetadata Class / GetTiffTagMetadata(Int32) Method
Syntax Requirements SeeAlso
In This Topic
    GetTiffTagMetadata(Int32) Method (TiffIfdMetadata)
    In This Topic
    Returns the value of tag with specified ID.
    Syntax
    'Declaration
    
    Public Function GetTiffTagMetadata( _
    ByVal tiffTagId
    The TIFF tag ID.
    As System.Int32 _
    ) As System.Object
    public System.Object GetTiffTagMetadata(
    System.Int32 tiffTagId
    )
    public: System.Object GetTiffTagMetadata(
    System.Int32 tiffTagId
    )
    public:
    System.Object GetTiffTagMetadata(
    System.Int32 tiffTagId
    )

    Parameters

    tiffTagId
    The TIFF tag ID.

    Return Value

    The value of tag with specified ID.
    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