Aspose::Pdf::Text::TableAbsorber::Visit method

TableAbsorber::Visit(System::SharedPtr<Document>) method

Extracts tables in the specified document.

void Aspose::Pdf::Text::TableAbsorber::Visit(System::SharedPtr<Document> pdf)
ParameterTypeDescription
pdfSystem::SharedPtr<Document>Pdf pocument object.

See Also

TableAbsorber::Visit(System::SharedPtr<Page>) method

Extracts tables on the specified page.

virtual void Aspose::Pdf::Text::TableAbsorber::Visit(System::SharedPtr<Page> page)
ParameterTypeDescription
pageSystem::SharedPtr<Page>Pdf pocument page object.

See Also