Aspose::Pdf::OutlineItemCollection::CopyTo method

OutlineItemCollection::CopyTo method

Copies the outline entries to an System.Array, starting at a particular System.Array index.

void Aspose::Pdf::OutlineItemCollection::CopyTo(System::ArrayPtr<System::SharedPtr<OutlineItemCollection>> array, int32_t index) override
ParameterTypeDescription
arraySystem::ArrayPtr<System::SharedPtr<OutlineItemCollection>>The one-dimensional System.Array that is the destination. Must have zero-based indexing.
indexint32_tThe zero-based index in array at which copying begins.

See Also