Copies the entire collection to the specified array, starting at the given index of the target array.
Visual Basic |
---|
Public Sub CopyTo( _ ByVal pIPdfDocument As PdfDocument, _ ByVal Index As Long _ ) |
- pIPdfDocument
- A PDFDocument array that is the destination to be copied to. The array must have zero-based indexing.
- Index
- A long value which represents the zero-based index where the copying begins.