RenderingOptions.IgnoreResourceFontErrors

RenderingOptions.IgnoreResourceFontErrors property

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

public bool IgnoreResourceFontErrors { get; set; }

See Also