Aspose::Pdf::LogicalStructure::ElementListImplementation::RemoveElement method

ElementListImplementation::RemoveElement method

Remove element from list.

void Aspose::Pdf::LogicalStructure::ElementListImplementation::RemoveElement(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