SvgOptionsTextAsShapes Property

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

Namespace:  Aspose.CAD.ImageOptions
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public bool TextAsShapes { get; set; }

Property Value

Type: Boolean
true if all text is turned into SVG shapes in the convertion; otherwise, false.
See Also