Click or drag to resize

TiffTag Constructor (TiffTagID, Object)

Creates a new instance of TiffTag with the tag ID enumeration and object data automatically determine the data type.
Initializes a new instance of the TiffTag class.

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 TiffTag(
	TiffTagID id,
	Object data
)

Parameters

id
Type: Atalasoft.Imaging.MetadataTiffTagID
The TIFF Tag ID
data
Type: SystemObject
The data of the TIFF Tag
See Also