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
FontProcessingOptions.FontHandling is set to
FontHandling.EmbedActualFonts or
FontHandling.BuildActualDocumentFonts, and
FontProcessingOptions.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.
シンタックス
'宣言
Public Property SubstitutionFallbackFontName As System.String
'使用法
Dim instance As FontProcessingOptions
Dim value As System.String
instance.SubstitutionFallbackFontName = value
value = instance.SubstitutionFallbackFontName
public System.string SubstitutionFallbackFontName {get; set;}
参照