SVGOptionsDisable3DText Property |
Determines whether the 3D text is disabled in SVG.
Read/write
Boolean.
Namespace:
Aspose.Slides.Export
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 21.4.0.0 (21.4)
Syntaxpublic bool Disable3DText { get; set; }
Public Property Disable3DText As Boolean
Get
Set
public:
virtual property bool Disable3DText {
bool get () sealed;
void set (bool value) sealed;
}
abstract Disable3DText : bool with get, set
override Disable3DText : bool with get, set
Property Value
Type:
BooleanImplements
ISVGOptionsDisable3DText
See Also