Aspose::Pdf::RenderingOptions::set_IgnoreResourceFontErrors method

RenderingOptions::set_IgnoreResourceFontErrors method

Sets indication that errors related to absence of font will be ignored. true - means that errors of absence of font will be ignored. Text segments that refer to incorrect resources will be skipped during processing. false by default.

void Aspose::Pdf::RenderingOptions::set_IgnoreResourceFontErrors(bool value)

See Also