Click or drag to resize

ExifTag Constructor (Int32, ExifTagIfd, Object, TiffTagDataType)

Initializes a new instance of ExifTag.

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

Parameters

id
Type: SystemInt32
The ExifID
ifd
Type: Atalasoft.Imaging.MetadataExifTagIfd
The ExifIfd
data
Type: SystemObject
The object data
type
Type: Atalasoft.Imaging.MetadataTiffTagDataType
The tag data type
See Also