Aspose::Pdf::Text::TextAbsorber::TextAbsorber constructor

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

TextAbsorber::TextAbsorber(System::SharedPtr<Aspose::Pdf::Text::TextSearchOptions>) constructor

Initializes a new instance of the TextAbsorber with text search options.

Aspose::Pdf::Text::TextAbsorber::TextAbsorber(System::SharedPtr<Aspose::Pdf::Text::TextSearchOptions> textSearchOptions)
ParameterTypeDescription
textSearchOptionsSystem::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

TextAbsorber::TextAbsorber(System::SharedPtr<TextExtractionOptions>) constructor

Initializes a new instance of the TextAbsorber with extraction options.

Aspose::Pdf::Text::TextAbsorber::TextAbsorber(System::SharedPtr<TextExtractionOptions> extractionOptions)
ParameterTypeDescription
extractionOptionsSystem::SharedPtr<TextExtractionOptions>Text extraction options

Remarks

Performs text extraction and provides access to the extracted text via TextAbsorber::Text object.

See Also

TextAbsorber::TextAbsorber(System::SharedPtr<TextExtractionOptions>, 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(System::SharedPtr<TextExtractionOptions> extractionOptions, System::SharedPtr<Aspose::Pdf::Text::TextSearchOptions> textSearchOptions)
ParameterTypeDescription
extractionOptionsSystem::SharedPtr<TextExtractionOptions>Text extraction options
textSearchOptionsSystem::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