Aspose::Pdf::LogicalStructure::ElementListImplementation::RemoveAt method

ElementListImplementation::RemoveAt method

Remove element from list.

void Aspose::Pdf::LogicalStructure::ElementListImplementation::RemoveAt(int32_t index, bool updatePdfDictionary=true) override
ParameterTypeDescription
indexint32_tIndex to remove.
updatePdfDictionaryboolShould the pdf dictionary be updated.

See Also