TextSearchOptions.IgnoreResourceFontErrors

TextSearchOptions.IgnoreResourceFontErrors property

Gets or sets 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.

public bool IgnoreResourceFontErrors { get; set; }

See Also