Aspose::Pdf::OutlineItemCollection::Insert method

OutlineItemCollection::Insert method

Inserts the outline item into collection at the specified place.

void Aspose::Pdf::OutlineItemCollection::Insert(int32_t index, System::SharedPtr<OutlineItemCollection> outline)
ParameterTypeDescription
indexint32_tThe index specifying place for inserting.
outlineSystem::SharedPtr<OutlineItemCollection>The outline item should be inserted.

See Also