Click or drag to resize

TiffTag Constructor (Int32, Object, TiffTagDataType)

Creates a new instance of TiffTag with the tag ID, object data, and data type.

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(
	int id,
	Object data,
	TiffTagDataType type
)

Parameters

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