Click or drag to resize

ExifCollectionCopyTo Method

Copies items from this 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(
	ExifTag[] tags,
	int index
)

Parameters

tags
Type: Atalasoft.Imaging.MetadataExifTag
An array of ExifTags to hold the items.
index
Type: SystemInt32
An index in the array where the data will be copied.
See Also