ISvgImage Interface

Represents an SVG image.

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

The ISvgImage type exposes the following members.

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.
See Also