SvgOptions.TextAsShapes

SvgOptions.TextAsShapes property

Gets or sets a value indicating whether text must be converted as shapes. By default text will be converted as shapes.

public bool TextAsShapes { get; set; }

Property Value

true if all text is turned into SVG shapes in the convertion; otherwise, false.

See Also