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; }
Public Property TextAsShapes As Boolean
Get
Set
public:
property bool TextAsShapes {
bool get ();
void set (bool value);
}
member TextAsShapes : bool with get, set
Property Value
Type:
Booleantrue if all text is turned into SVG shapes in the convertion; otherwise,
false.
See Also