Gets or sets a value indicating whether to use the old (prior to 2013v1 release) algorithm of font substitution. This property is only used when
FontProcessingOptions.FontHandling is set to
FontHandling.EmbedActualFonts or
FontHandling.BuildActualDocumentFonts. The default value is
false.
シンタックス
'宣言
Public Property UseOldSubstitutionAlgorithm As System.Boolean
'使用法
Dim instance As FontProcessingOptions
Dim value As System.Boolean
instance.UseOldSubstitutionAlgorithm = value
value = instance.UseOldSubstitutionAlgorithm
public System.bool UseOldSubstitutionAlgorithm {get; set;}
参照