Aspose::Pdf::Text::TextAbsorber::set_TextSearchOptions method

TextAbsorber::set_TextSearchOptions method

Sets text search options.

virtual void Aspose::Pdf::Text::TextAbsorber::set_TextSearchOptions(System::SharedPtr<Aspose::Pdf::Text::TextSearchOptions> value)

Remarks

Allows to define rectangle which delimits the extracted text. By default the rectangle is empty. That means page boundaries only defines the text extraction region.

See Also