ISvgImage class

ISvgImage class

Represents an SVG image.

The ISvgImage type exposes the following members:

Properties

PropertyDescription
svg_contentReturns SVG content.
Read-only str.
svg_dataReturns SVG data.
Read-only int[].
external_resource_resolverReturn callback interface used to resolve external resources during SVG documents import.
Read-only IExternalResourceResolver.
base_uriReturns base URI of the specified SVG. Used to resolve relative links.
Read-only str.

Methods

MethodDescription
write_as_emfSaves the SVG image as an EMF file.

See Also