 | PdfPageObjectsCollectionCopyTo Method |
Copies the elements of the collections to an System.Array, starting at a particular System.Array index.
Namespace:
Patagames.Pdf.Net
Assembly:
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.40.2704
Syntaxpublic void CopyTo(
PdfPageObject[] array,
int arrayIndex
)
Public Sub CopyTo (
array As PdfPageObject(),
arrayIndex As Integer
)
public:
virtual void CopyTo(
array<PdfPageObject^>^ array,
int arrayIndex
) sealed
abstract CopyTo :
array : PdfPageObject[] *
arrayIndex : int -> unit
override CopyTo :
array : PdfPageObject[] *
arrayIndex : int -> unit
public final void CopyTo(
PdfPageObject[] array,
int arrayIndex
)
function CopyTo(array, arrayIndex);
Parameters
- array
- Type: Patagames.Pdf.NetPdfPageObject
The one-dimensional System.Array that is the destination of the elements copied from collection. The System.Array must have zero-based indexing. - arrayIndex
- Type: SystemInt32
The zero-based index in array at which copying begins.
Implements
ICollectionTCopyTo(T, Int32)
See Also