SVGOptionsVectorizeText Property |
Determines whether the text on a slide will be saved as graphics.
Read/write
Boolean.
Namespace:
Aspose.Slides.Export
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 21.4.0.0 (21.4)
Syntaxpublic bool VectorizeText { get; set; }
Public Property VectorizeText As Boolean
Get
Set
public:
virtual property bool VectorizeText {
bool get () sealed;
void set (bool value) sealed;
}
abstract VectorizeText : bool with get, set
override VectorizeText : bool with get, set
Property Value
Type:
BooleanImplements
ISVGOptionsVectorizeText
See Also