SvgImage
Contents
[
Hide
]SvgImage(byte[])
Creates new SvgImage object.
public SvgImage(byte[] data)
| Parameter | Type | Description | 
|---|---|---|
| data | Byte[] | Svg data. | 
See Also
- class SvgImage
 - namespace Aspose.Slides
 - assembly Aspose.Slides
 
SvgImage(string)
Creates new SvgImage object.
public SvgImage(string svgContent)
| Parameter | Type | Description | 
|---|---|---|
| svgContent | String | Svg content. | 
See Also
- class SvgImage
 - namespace Aspose.Slides
 - assembly Aspose.Slides
 
SvgImage(Stream)
Creates new SvgImage object.
public SvgImage(Stream stream)
| Parameter | Type | Description | 
|---|---|---|
| stream | Stream | Svg stream. | 
See Also
- class SvgImage
 - namespace Aspose.Slides
 - assembly Aspose.Slides
 
SvgImage(byte[], IExternalResourceResolver, string)
Creates new SvgImage object.
public SvgImage(byte[] data, IExternalResourceResolver externalResResolver, string baseUri)
| Parameter | Type | Description | 
|---|---|---|
| data | Byte[] | Svg data. | 
| externalResResolver | IExternalResourceResolver | A callback object used to fetch external objects. If this parameter is null all external objects will be ignored. | 
| baseUri | String | Base URI of the specified Svg. Used to resolve relative links. | 
See Also
- interface IExternalResourceResolver
 - class SvgImage
 - namespace Aspose.Slides
 - assembly Aspose.Slides
 
SvgImage(string, IExternalResourceResolver, string)
Creates new SvgImage object.
public SvgImage(string svgContent, IExternalResourceResolver externalResResolver, string baseUri)
| Parameter | Type | Description | 
|---|---|---|
| svgContent | String | Svg content. | 
| externalResResolver | IExternalResourceResolver | A callback object used to fetch external objects. If this parameter is null all external objects will be ignored. | 
| baseUri | String | Base URI of the specified Svg. Used to resolve relative links. | 
See Also
- interface IExternalResourceResolver
 - class SvgImage
 - namespace Aspose.Slides
 - assembly Aspose.Slides
 
SvgImage(Stream, IExternalResourceResolver, string)
Creates new SvgImage object.
public SvgImage(Stream stream, IExternalResourceResolver externalResResolver, string baseUri)
| Parameter | Type | Description | 
|---|---|---|
| stream | Stream | Svg stream. | 
| externalResResolver | IExternalResourceResolver | A callback object used to fetch external objects. If this parameter is null all external objects will be ignored. | 
| baseUri | String | Base URI of the specified Svg. Used to resolve relative links. | 
See Also
- interface IExternalResourceResolver
 - class SvgImage
 - namespace Aspose.Slides
 - assembly Aspose.Slides