Click or drag to resize
CanvasSvgDocumentGetXml Method
[Win10_15063] Gets a string containing the SVG for this document.

Namespace:  Microsoft.Graphics.Canvas.Svg
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public string GetXml()

Return Value

Type: String
Remarks

This API is only available when running on Windows 10 build 15063 (Creators Update) or greater.

The returned XML may be different from what was originally used in constructing this document. For example it may contain differently-formatted attributes, differently-ordered attributes, or some elements dropped if they are not supported by Direct2D.
See Also