VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Drawing.Svg Namespace / SvgDrawingEngine Class / AllowExternalFonts Property
Syntax Requirements SeeAlso
In This Topic
    AllowExternalFonts Property (SvgDrawingEngine)
    In This Topic
    Gets or sets a value indicating whether encoder can create file that has references to the external fonts.
    Syntax
    'Declaration
    
    Public Property AllowExternalFonts As Boolean
    
    
    public bool AllowExternalFonts { get; set; }
    
    
    public: __property bool get_AllowExternalFonts();
    public: __property void set_AllowExternalFonts(
    bool value
    );
    public:
    property bool AllowExternalFonts { bool get(); void set(bool value); }

    Property Value

    True - encoder can create file that has references to the external fonts; false - encoder should not use references to the external fonts (for example, encoder can convert text to graphics paths).
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also