UseOldSubstitutionAlgorithm Property (FontProcessingOptions)
In This Topic
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
C1.C1Preview.FontProcessingOptions.FontHandling is set to
C1.C1Preview.FontHandling.EmbedActualFonts or
C1.C1Preview.FontHandling.BuildActualDocumentFonts. The default value is
false.
Syntax
'Declaration
Public Property UseOldSubstitutionAlgorithm As Boolean
public bool UseOldSubstitutionAlgorithm {get; set;}
See Also