Click or drag to resize

IptcCollectionAdd Method

Add a new IptcTag to the image.

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 void Add(
	IptcTag tag
)

Parameters

tag
Type: Atalasoft.Imaging.MetadataIptcTag
IptcTag to add.
Remarks
If the tag already exists, the text data will be overwritten.
See Also