 | PdfBookmarkCollectionsCopyTo 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(
PdfBookmark[] array,
int arrayIndex
)
Public Sub CopyTo (
array As PdfBookmark(),
arrayIndex As Integer
)
public:
void CopyTo(
array<PdfBookmark^>^ array,
int arrayIndex
)
member CopyTo :
array : PdfBookmark[] *
arrayIndex : int -> unit
public void CopyTo(
PdfBookmark[] array,
int arrayIndex
)
function CopyTo(array, arrayIndex);
Parameters
- array PdfBookmark
- 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.
See Also