ImageOrPrintOptions.CheckWorkbookDefaultFont

ImageOrPrintOptions.CheckWorkbookDefaultFont property

When characters in the Excel are Unicode and not be set with correct font in cell style, They may appear as block in pdf,image. Set this to true to try to use workbook’s default font to show these characters first.

public bool CheckWorkbookDefaultFont { get; set; }

Remarks

Default is true.

See Also