SvgImage Class

Represents an SVG image.
Inheritance Hierarchy
SystemObject
  Aspose.SlidesSvgImage

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class SvgImage : ISvgImage

The SvgImage type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyBaseUri
Returns base URI of the specified Svg. Used to resolve relative links. Read-only String.
Public propertyExternalResourceResolver
Return callback interface used to resolve external resources during Svg documents import. Read-only IExternalResourceResolver.
Public propertySvgContent
Returns SVG content. Read-only String.
Public propertySvgData
Returns SVG data. Read-only byte.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also