Aspose::Pdf::Text::TableAbsorber::Remove method

TableAbsorber::Remove method

Removes an AbsorbedTable from the page.

void Aspose::Pdf::Text::TableAbsorber::Remove(System::SharedPtr<AbsorbedTable> table)
ParameterTypeDescription
tableSystem::SharedPtr<AbsorbedTable>AbsorbedTable to remove.

Remarks

Please take into account it changes TableList collection. In case removing/replacing tables in loop please use copy of TableList collection.

See Also