VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Tiff Namespace / TiffTag Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    TiffTag Class
    In This Topic
    Represents a tag of TIFF file.
    Object Model
    ImageFileSource TiffTag
    Syntax
    'Declaration
    
    Public NotInheritable Class TiffTag
       Inherits Vintasoft.Imaging.Codecs.ImageFiles.ImageFileBlock
    
    
    public __gc __sealed class TiffTag : public Vintasoft.Imaging.Codecs.ImageFiles.ImageFileBlock*
    
    
    public ref class TiffTag sealed : public Vintasoft.Imaging.Codecs.ImageFiles.ImageFileBlock^
    
    
    Remarks

    Class allows to get:

    • tag identifier
    • tag data type
    • tag data length
    • tag value
    • tag data

    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Codecs.ImageFiles.ImageFileBlock
          Vintasoft.Imaging.Codecs.ImageFiles.Tiff.TiffTag

    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