VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Metadata Namespace / TiffTagMetadata Class / DataType Property
Syntax Requirements SeeAlso
In This Topic
    DataType Property (TiffTagMetadata)
    In This Topic
    Gets the data type of TIFF tag.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The data type of TIFF tag.")>
    Public ReadOnly Property DataType As Vintasoft.Imaging.Codecs.ImageFiles.Tiff.TiffTagDataType
    
    
    [Description("The data type of TIFF tag.")]
    public Vintasoft.Imaging.Codecs.ImageFiles.Tiff.TiffTagDataType DataType { get; }
    
    
    [Description("The data type of TIFF tag.")]
    public: __property Vintasoft.Imaging.Codecs.ImageFiles.Tiff.TiffTagDataType get_DataType();
    
    
    
    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