Click or drag to resize

TiffTagType Property

Gets the TIFF DataType for this TIFF Tag.

Namespace:  Atalasoft.Imaging.Metadata
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public TiffTagDataType Type { get; }

Property Value

Type: TiffTagDataType
The TIFF DataType for this TIFF Tag.
Remarks
Each TIFF Tag has a specific data type. When the TIFF Tag is created with the TiffTagID enumeration parameter, this value is automatically determined based on the standard TIFF Tag ID.
See Also