Click or drag to resize

TiffTagCollectionCopyTo Method

Note: This API is now obsolete.

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
[ObsoleteAttribute("GetSingleTag has been deprecated and moved to the GetTiffTag in the TiffDecoder class.")]
public void CopyTo(
	TiffTag[] tags,
	int index
)

Parameters

tags
Type: Atalasoft.Imaging.MetadataTiffTag
An array of TiffTag where the data will be stored.
index
Type: SystemInt32
An index in the array where the data will be stored.
See Also