VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomPageCollection Class / CopyTo(DicomPage[],Int32) Method
Syntax Remarks Requirements SeeAlso
In This Topic
CopyTo(DicomPage[],Int32) Method (DicomPageCollection)
In This Topic
Copies the elements of the collection to an Array, starting at a particular Array index.
Syntax
'Declaration

Public Overrides Sub CopyTo( _
ByVal array
The one-dimensional Array that is the destination of the elements copied from collection. The Array must have zero-based indexing.
() As DicomPage, _
ByVal arrayIndex
Copies the elements of the collection to an Array, starting at a particular Array index.
As System.Int32 _
)
public override void CopyTo(
DicomPage[] array,
System.Int32 arrayIndex
)

Parameters

array
The one-dimensional Array that is the destination of the elements copied from collection. The Array must have zero-based indexing.
arrayIndex
Copies the elements of the collection to an Array, starting at a particular Array index.
Remarks

This method is not implemented.

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also