Aspose::Pdf::Text::TextAbsorber::TextAbsorber constructor
Contents
[
Hide
]TextAbsorber::TextAbsorber() constructor
Initializes a new instance of the TextAbsorber.
Aspose::Pdf::Text::TextAbsorber::TextAbsorber()
Remarks
Performs text extraction and provides access to the extracted text via TextAbsorber::Text object.
See Also
- Class TextAbsorber
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++
TextAbsorber::TextAbsorber(const System::SharedPtr<Aspose::Pdf::Text::TextSearchOptions>&) constructor
Initializes a new instance of the TextAbsorber with text search options.
Aspose::Pdf::Text::TextAbsorber::TextAbsorber(const System::SharedPtr<Aspose::Pdf::Text::TextSearchOptions> &textSearchOptions)
| Parameter | Type | Description |
|---|---|---|
| textSearchOptions | const System::SharedPtr<Aspose::Pdf::Text::TextSearchOptions>& | Text search options |
Remarks
Performs text extraction and provides access to the extracted text via TextAbsorber::Text object.
See Also
- Typedef SharedPtr
- Class TextSearchOptions
- Class TextAbsorber
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++
TextAbsorber::TextAbsorber(const System::SharedPtr<TextExtractionOptions>&) constructor
Initializes a new instance of the TextAbsorber with extraction options.
Aspose::Pdf::Text::TextAbsorber::TextAbsorber(const System::SharedPtr<TextExtractionOptions> &extractionOptions)
| Parameter | Type | Description |
|---|---|---|
| extractionOptions | const System::SharedPtr<TextExtractionOptions>& | Text extraction options |
Remarks
Performs text extraction and provides access to the extracted text via TextAbsorber::Text object.
See Also
- Typedef SharedPtr
- Class TextExtractionOptions
- Class TextAbsorber
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++
TextAbsorber::TextAbsorber(const System::SharedPtr<TextExtractionOptions>&, const System::SharedPtr<Aspose::Pdf::Text::TextSearchOptions>&) constructor
Initializes a new instance of the TextAbsorber with extraction and text search options.
Aspose::Pdf::Text::TextAbsorber::TextAbsorber(const System::SharedPtr<TextExtractionOptions> &extractionOptions, const System::SharedPtr<Aspose::Pdf::Text::TextSearchOptions> &textSearchOptions)
| Parameter | Type | Description |
|---|---|---|
| extractionOptions | const System::SharedPtr<TextExtractionOptions>& | Text extraction options |
| textSearchOptions | const System::SharedPtr<Aspose::Pdf::Text::TextSearchOptions>& | Text search options |
Remarks
Performs text extraction and provides access to the extracted text via TextAbsorber::Text object.
See Also
- Typedef SharedPtr
- Class TextExtractionOptions
- Class TextSearchOptions
- Class TextAbsorber
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++