Aspose::Pdf::Text::TextAbsorber::Visit method
Contents
[
Hide
]TextAbsorber::Visit(System::SharedPtr<Document>) method
Extracts text on the specified document.
virtual void Aspose::Pdf::Text::TextAbsorber::Visit(System::SharedPtr<Document> pdf)
| Parameter | Type | Description |
|---|---|---|
| System::SharedPtr<Document> | Pdf pocument object. |
See Also
- Typedef SharedPtr
- Class Document
- Class TextAbsorber
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++
TextAbsorber::Visit(System::SharedPtr<Page>) method
Extracts text on the specified page.
virtual void Aspose::Pdf::Text::TextAbsorber::Visit(System::SharedPtr<Page> page)
| Parameter | Type | Description |
|---|---|---|
| page | System::SharedPtr<Page> | Pdf pocument page object. |
See Also
- Typedef SharedPtr
- Class Page
- Class TextAbsorber
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++
TextAbsorber::Visit(System::SharedPtr<XForm>) method
Extracts text on the specified XForm.
virtual void Aspose::Pdf::Text::TextAbsorber::Visit(System::SharedPtr<XForm> form)
| Parameter | Type | Description |
|---|---|---|
| form | System::SharedPtr<XForm> | Pdf form object. |
See Also
- Typedef SharedPtr
- Class XForm
- Class TextAbsorber
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++