VintaSoft Imaging .NET SDK 15.1: 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; }

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 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also