'Declaration Public Sub CopyTo( _
ByVal arrayThe one-dimensional Array that is the destination of the elements copied from collection. The Array must have zero-based indexing.() As PdfBookmark, _
ByVal arrayIndexThe zero-based index in array at which copying begins.As System.Int32 _
)
public void CopyTo(
PdfBookmark[] array,
System.Int32 arrayIndex
)
public: void CopyTo(
PdfBookmark*[]* array,
System.Int32 arrayIndex
)
public:
void CopyTo(
array<PdfBookmark^>^ array,
System.Int32 arrayIndex
)
Parameters
- array
- The one-dimensional Array that is the destination of the elements copied from collection. The Array must have zero-based indexing.
- arrayIndex
- The zero-based index in array at which copying begins.