[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.SaveAsImageOptions.DrawSvgTextAsPath

DrawSvgTextAsPath Property

DrawSvgTextAsPath

Gets or sets a value indicating whether SVG text elements should be rendered as graphic paths.

The default is true.

This property is ignored when rendering to formats other than SVG.

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