Aspose::Pdf::Text::TextAbsorber::set_ExtractionOptions method

TextAbsorber::set_ExtractionOptions method

Sets text extraction options.

virtual void Aspose::Pdf::Text::TextAbsorber::set_ExtractionOptions(System::SharedPtr<TextExtractionOptions> value)

Remarks

Allows to define text formatting mode TextExtractionOptions during extraction. The default mode is TextExtractionOptions::TextFormattingMode::Pure

See Also