Click or drag to resize

ExcelToPdfCUnicodeOptions Constructor

Creates an instance of class ExcelToPdfCUnicodeOptions.

Namespace: SautinSoft
Assembly: SautinSoft.ExcelToPdf (in SautinSoft.ExcelToPdf.dll) Version: 2023.11.22
Syntax
public CUnicodeOptions()
Remarks
Default values:

FontsDirectory = @"c:\windows\fonts\";
DetectFontsDirectory = SautinSoft.ExcelToPdf.CUnicodeOptions.eUnicodeDetectFontsDirectory.Custom;

Advice for developers who creates ASP.Net or Silverlight projects:

Some hosting providers disables any access to windows directories. For example, GoDaddy doesn't allow to read directory "Windows\Fonts".
We recommend to create own "Fonts" directory in your project and copy *.ttf files to it from "Windows\Fonts". You may copy only several fonts, but we recommend to put the font "Arial Unicode MS" - ARIALUNI.TTF anyway.

See Also