Aspose::Pdf::LogicalStructure::ElementListImplementation::InsertElement method

ElementListImplementation::InsertElement method

Insert element to list.

void Aspose::Pdf::LogicalStructure::ElementListImplementation::InsertElement(System::SharedPtr<Element> element, int32_t index, bool updatePdfDictionary=true) override
ParameterTypeDescription
elementSystem::SharedPtr<Element>The T:/Aspose::Pdf::LogicalStructure::Element.
indexint32_tIndex to insert to.
updatePdfDictionaryboolShould the pdf dictionary be updated.

See Also