PdfCollectionTCopyTo Method |
Copies the entire
PdfCollectionT to a compatible one-dimensional array, starting at the specified index of the target array.
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax public void CopyTo(
T[] array,
int arrayIndex
)
Public Sub CopyTo (
array As T(),
arrayIndex As Integer
)
Parameters
- array T
- The one-dimensional Array that is the destination of the elements copied from PdfCollectionT.
The Array must have zero-based indexing.
- arrayIndex Int32
- The zero-based index in array at which copying begins.
Implements
ICollectionTCopyTo(T, Int32)See Also