VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Tiff Namespace / TiffTag Class / Id Property
Syntax Remarks Requirements SeeAlso
In This Topic
    Id Property (TiffTag)
    In This Topic
    Gets the identifier of this tag.
    Syntax
    'Declaration
    
    <CLSCompliantAttribute(False)>
    Public ReadOnly Property Id As UShort
    
    
    [CLSCompliant(False)]
    public ushort Id { get; }
    
    
    [CLSCompliant(False)]
    public: __property ushort get_Id();
    
    
    
    [CLSCompliant(False)]
    public:
    property ushort Id { ushort get(); }
    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: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also