Copies the entire
PdfArray to a compatible one-dimensional array, starting at the specified index of the target array.
Namespace: SautinSoft.Pdf.ObjectsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.5
Syntaxpublic void CopyTo(
PdfBasicObject[] array,
int arrayIndex
)
Public Sub CopyTo (
array As PdfBasicObject(),
arrayIndex As Integer
)
Parameters
- array PdfBasicObject
- The one-dimensional Array that is the destination of the PdfBasicObjects
copied from PdfArray. The Array must have zero-based indexing.
- arrayIndex Int32
- The zero-based index in array at which copying begins.
Implements
ICollectionTCopyTo(T, Int32)
Exceptions
See Also