GlobalFontSettingsFontResolver Property Terminal Works - PDF Printing.Net Library
Gets or sets the global font resolver for the current application domain. This static function must be called only once and before any font operation was executed by PDFEdit. If this is not easily to obtain, e.g. because your code is running on a web server, you must provide the same instance of your font resolver in every subsequent setting of this property. In a web application set the font resolver in Global.asax.

Namespace: PdfEdit.Fonts
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public static IFontResolver FontResolver { get; set; }

Property Value

Type: IFontResolver
See Also

Reference