ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / C1dExporterBase Class / CanChangeFontEmbedding Property

In This Topic
    CanChangeFontEmbedding Property
    In This Topic
    Gets a value indicating whether font embedding in the exported document can be changed. Gets false if the source document cannot be regenerated with different font embedding settings.
    Syntax
    'Declaration
     
    Public ReadOnly Property CanChangeFontEmbedding As System.Boolean
    public System.bool CanChangeFontEmbedding {get;}
    See Also