SvgImage
Contents
[
Hide
]
SvgImage class
Represents an SVG image.
The SvgImage type exposes the following members:
Constructors
Name | Description |
---|---|
SvgImage(data) | Initializes a new instance of the SvgImage class |
SvgImage(svg_content) | Initializes a new instance of the SvgImage class |
SvgImage(stream) | Initializes a new instance of the SvgImage class |
SvgImage(data, external_res_resolver, base_uri) | Initializes a new instance of the SvgImage class |
SvgImage(svg_content, external_res_resolver, base_uri) | Initializes a new instance of the SvgImage class |
SvgImage(stream, external_res_resolver, base_uri) | Initializes a new instance of the SvgImage class |
Properties
Name | Description |
---|---|
svg_data | Returns SVG data. Read-only int[]. |
external_resource_resolver | Return callback interface used to resolve external resources during Svg documents import. Read-only IExternalResourceResolver. |
base_uri | Returns base URI of the specified Svg. Used to resolve relative links. Read-only string. |
svg_content | Returns SVG content. Read-only string. |
See Also
- namespace aspose.slides
- assembly Aspose.Slides