VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Tiff Namespace / TiffTag Class / Id Property
Syntax Remarks Requirements SeeAlso
    Id Property (TiffTag)
    Gets the identifier of this tag.
    Syntax
    'Declaration
    
    <CLSCompliantAttribute(False)>
    Public ReadOnly Property Id As UShort
    
    
     
    Remarks

    Information about most useful TIFF tags can be found in TiffTagId enumeration.
    Information about most useful EXIF Image tags can be found in ExifImageTagId enumeration.
    Information about most useful EXIF Photo tags can be found in ExifPhotoTagId enumeration.
    Information about most useful EXIF GPS tags can be found in ExifGpsTagId enumeration.
    Information about most useful EXIF Interoperability tags can be found in ExifInteroperabilityTagId enumeration.

    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