Aspose::Pdf::Text::TextAbsorber::get_TextSearchOptions method

TextAbsorber::get_TextSearchOptions method

Gets text search options.

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

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