ISvgImage
ISvgImage interface
Represents an SVG image.
public interface ISvgImage
Properties
| Name | Description |
|---|
| BaseUri { get; } | Returns base URI of the specified SVG. Used to resolve relative links. Read-only String. |
| ExternalResourceResolver { get; } | Return callback interface used to resolve external resources during SVG documents import. Read-only IExternalResourceResolver. |
| SvgContent { get; } | Returns SVG content. Read-only String. |
| SvgData { get; } | Returns SVG data. Read-only Byte[]. |
Methods
| Name | Description |
|---|
| WriteAsEmf(Stream) | Saves the SVG image as an EMF file. |
See Also