Aspose::Pdf::Text::TextAbsorber::Visit method

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

Extracts text on the specified document.

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

See Also

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

Extracts text on the specified page.

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

See Also

TextAbsorber::Visit(System::SharedPtr<XForm>) method

Extracts text on the specified XForm.

virtual void Aspose::Pdf::Text::TextAbsorber::Visit(System::SharedPtr<XForm> form)
ParameterTypeDescription
formSystem::SharedPtr<XForm>Pdf form object.

See Also