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