[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.SaveAsImageOptions.EmbedSvgFonts

EmbedSvgFonts Property

EmbedSvgFonts

Gets or sets a value indicating whether fonts used in the SVG text elements should be embedded.

The default is false.

This property is ignored when rendering to formats other than SVG or if DrawSvgTextAsPath is true.

Declaration
public bool EmbedSvgFonts { get; set; }
Public Property EmbedSvgFonts As Boolean