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