Click or drag to resize

IptcTag Constructor

Creates a new instance of ExifTag specifying the id, section, index, and data.

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 IptcTag(
	int section,
	int id,
	int index,
	string data
)

Parameters

section
Type: SystemInt32
The section for this IPTC tag. Normally 2.
id
Type: SystemInt32
The ID of this IPTC tag.
index
Type: SystemInt32
The index of this IPTC tag.
data
Type: SystemString
The value of this IptcTag.
See Also