Aspose::Pdf::Text::ParagraphAbsorber::Visit method

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

Performs search for sections and paragraphs on the specified Document.

void Aspose::Pdf::Text::ParagraphAbsorber::Visit(System::SharedPtr<Document> doc)
ParameterTypeDescription
docSystem::SharedPtr<Document>Pdf document object.

See Also

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

Performs search on the specified Page.

void Aspose::Pdf::Text::ParagraphAbsorber::Visit(System::SharedPtr<Page> page)
ParameterTypeDescription
pageSystem::SharedPtr<Page>Pdf document page object.

See Also