ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / FontProcessingOptions Class / UseOldSubstitutionAlgorithm Property

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