CheckFontCompatibility

PdfSaveOptions.CheckFontCompatibility property

Indicates whether to check font compatibility for every character in text.

public bool CheckFontCompatibility { get; set; }

Remarks

The default value is true. Disable this property may give better performance. But when the default or specified font of text/character cannot be used to render it, unreadable characters(such as block) maybe occur in the generated pdf. For such situation user should keep this property as true so that alternative font can be searched and used to render the text instead;

See Also