ImageOrPrintOptions.IsFontSubstitutionCharGranularity

ImageOrPrintOptions.IsFontSubstitutionCharGranularity property

Indicates whether to only substitute the font of character when the cell font is not compatibility for it.

public bool IsFontSubstitutionCharGranularity { get; set; }

Remarks

Default is false. We will try default font of Workbook and PdfSaveOption/system for cell font first.

See Also