Aspose::Pdf::LogicalStructure::ElementListImplementation::AddElement method

ElementListImplementation::AddElement method

Add element to list.

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

See Also