ComTextCollectionCopyTo 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(
ComTextTag[] comText,
int index
)
Public Sub CopyTo (
comText As ComTextTag(),
index As Integer
)
Parameters
- comText
- Type: Atalasoft.Imaging.MetadataComTextTag
An array of ComTextTag objects that will hold the items. - index
- Type: SystemInt32
An index in the array where the data will be copied.
See Also