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