Accusoft PDF Xpress Control v5.0
CopyTo Method
See Also  Send comments on this topic.
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.
PdfDocumentCollection Object : CopyTo Method

Glossary Item Box

Description

Copies the entire collection to the specified array, starting at the given index of the target array.

Syntax

Visual Basic
Public Sub CopyTo( _
   ByVal pIPdfDocument As PdfDocument, _
   ByVal Index As Long _
) 

Parameters

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.

See Also

©2012. Accusoft Corporation. All Rights Reserved.