Aspose::Pdf::Text::TextSearchOptions::get_IgnoreResourceFontErrors method

TextSearchOptions::get_IgnoreResourceFontErrors method

Gets indication that errors related to absence of font will be ignored by text (fragment) absorber. true - means that errors of absence of font will be ignored. Text segments that refer to incorrect resources will be skipped during processing. false (default) - absence of font error will terminate processing by throwing exception.

bool Aspose::Pdf::Text::TextSearchOptions::get_IgnoreResourceFontErrors() const

See Also