SvgImageSvgContent Property |
Returns SVG content.
Read-only
String.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic string SvgContent { get; }Public ReadOnly Property SvgContent As String
Get
public:
virtual property String^ SvgContent {
String^ get () sealed;
}abstract SvgContent : string with get
override SvgContent : string with get
Property Value
Type:
StringImplements
ISvgImageSvgContent
See Also