Click or drag to resize

IptcCollectionCopyTo Method

Copies items from the collection into an array.

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 CopyTo(
	IptcTag[] tags,
	int index
)

Parameters

tags
Type: Atalasoft.Imaging.MetadataIptcTag
An array of IptcTag object that will hold the collection items.
index
Type: SystemInt32
An index in the array where the data will be copied.
See Also