EngineSettingsUserFontMappings Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets a user font mappings dictionary, which can be used to map fonts used in document to a font with a particular name when font substitution happens. These mappings are being evaluated in the order of addition when the engine needs to resolve the font. Special font names are supported: "*" maps to all fonts.

Namespace:  Apitron.PDF.Kit.Configuration
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public static ICollection<KeyValuePair<string, string[]>> UserFontMappings { get; }

Property Value

Type: ICollectionKeyValuePairString, String
See Also

Reference