ExifCollectionCopyTo Method |
Copies items from this collection into an array.
Namespace:
Atalasoft.Imaging.Metadata
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic void CopyTo(
ExifTag[] tags,
int index
)
Public Sub CopyTo (
tags As ExifTag(),
index As Integer
)
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