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)
Parameter | Type | Description |
---|---|---|
table | System::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
- Typedef SharedPtr
- Class AbsorbedTable
- Class TableAbsorber
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++