Aspose::Pdf::Flow::StructureRecognitionVisitor::VisitTable method

StructureRecognitionVisitor::VisitTable method

Visits a recognized table in the document structure.

void Aspose::Pdf::Flow::StructureRecognitionVisitor::VisitTable(System::SharedPtr<Table> table) override
ParameterTypeDescription
tableSystem::SharedPtr<Table>The table element to process.

See Also