Aspose::Pdf::Outlines::CopyTo method

Outlines::CopyTo method

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

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

See Also