EngineSettingsUserFontPaths Property

Apitron PDF Rasterizer help
Apitron.PDF.Rasterizer library for .NET
An editable collection of user-defined folders where the pdf kit engine tries to find font files in addition to system folders. If the application is opened in trusted mode the paths are expected to be file system based, otherwise they will be processed as isolated storage based paths. An ArgumentException will be thrown as a result of attemp to add null or empty value.

Namespace:  Apitron.PDF.Rasterizer.Configuration
Assembly:  Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Syntax

public static ICollection<string> UserFontPaths { get; }

Property Value

Type: ICollectionString
Empty by default.
See Also

Reference