Aspose::Pdf::Flow::IStructureRecognitionVisitor::VisitTable method

IStructureRecognitionVisitor::VisitTable method

Visits a recognized table in the document structure.

virtual void Aspose::Pdf::Flow::IStructureRecognitionVisitor::VisitTable(System::SharedPtr<Table> table)=0
ParameterTypeDescription
tableSystem::SharedPtr<Table>The table element to process.

See Also