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(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)
ParameterTypeDescription
textSearchOptionsconst 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

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)
ParameterTypeDescription
extractionOptionsconst System::SharedPtr<TextExtractionOptions>&Text extraction options

Remarks

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

See Also

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)
ParameterTypeDescription
extractionOptionsconst System::SharedPtr<TextExtractionOptions>&Text extraction options
textSearchOptionsconst 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