TableAbsorber.Replace

TableAbsorber.Replace method

Replaces an AbsorbedTable with Table on the page.

public void Replace(Page page, AbsorbedTable oldTable, Table newTable)
ParameterTypeDescription
pagePagePdf pocument page object.
oldTableAbsorbedTableAbsorbedTable to be replaced.
newTableTableTable to replace old table.

Remarks

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

See Also