C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / FontProcessingOptions Class / SubstitutionFallbackFontName Property

In This Topic
SubstitutionFallbackFontName Property
In This Topic
Gets or sets the name of a font used when a document or report cannot find a suitable font to display a text. This property is only used when FontHandling is set to FontHandling.EmbedActualFonts or FontHandling.BuildActualDocumentFonts, and UseOldSubstitutionAlgorithm is false.

The default value is "Arial Unicode MS". When setting this property, please specify a font containing symbols for as many Unicode characters as possible.

Syntax
'Declaration
 
Public Property SubstitutionFallbackFontName As String
 
See Also