PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview.Export Namespace / C1dxExporter Class / CanChangeFontEmbedding Property

In This Topic
    CanChangeFontEmbedding Property (C1dxExporter)
    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 Boolean
    public bool CanChangeFontEmbedding {get;}
    See Also