AnnotationDataCollectionCopyTo Method |
Copies items into the specified array.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public void CopyTo(
AnnotationData[] array,
int index
)
Public Sub CopyTo (
array As AnnotationData(),
index As Integer
)
Parameters
- array
- Type: Atalasoft.AnnotateAnnotationData
The array to copy items into. - index
- Type: SystemInt32
The index of the target array to being copying.
Exceptions Exception | Condition |
---|
| Thrown if the array is null (Nothing in VB). |
| Thrown if the index is invalid. |
| Thrown if the array is not large enough to perform this task. |
See Also