 | PdfMarkedContentCollectionCopyTo Method |
Copies the elements of the collections to an System.Array, starting at a particular System.Array index.
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.57.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.57.2704
Syntaxpublic void CopyTo(
PdfMarkedContent[] array,
int arrayIndex
)
Public Sub CopyTo (
array As PdfMarkedContent(),
arrayIndex As Integer
)
public:
virtual void CopyTo(
array<PdfMarkedContent^>^ array,
int arrayIndex
) sealed
abstract CopyTo :
array : PdfMarkedContent[] *
arrayIndex : int -> unit
override CopyTo :
array : PdfMarkedContent[] *
arrayIndex : int -> unit
public final void CopyTo(
PdfMarkedContent[] array,
int arrayIndex
)
function CopyTo(array, arrayIndex);
Parameters
- array
- Type: Patagames.Pdf.NetPdfMarkedContent
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