Accusoft PDF Xpress Control v5.0
CopyTo Method
See Also  Send comments on this topic.
pIPageRange
The PageRange object that receives the elements of the collection.
Index
A long value which represents the zero-based index in the PageRange where this method starts copying the collection.
PageList Collection : CopyTo Method

Glossary Item Box

Description

Copies all the elements of the collection to the specified array, beginning at the specified index in the array.

Syntax

Visual Basic
Public Sub CopyTo( _
   ByVal pIPageRange As PageRange, _
   ByVal Index As Long _
) 

Parameters

pIPageRange
The PageRange object that receives the elements of the collection.
Index
A long value which represents the zero-based index in the PageRange where this method starts copying the collection.

Remarks

This method implements a standard collection operation. It copies elements from this collection to the given array in order, starting at element 0 in this collection. It places the elements into the array starting at the given zero-based index. This method will stop copying elements when it reaches the end of the collection or the end of the array.

See Also

©2012. Accusoft Corporation. All Rights Reserved.