CanvasSvgDocumentSaveAsync Method |
Namespace: Microsoft.Graphics.Canvas.Svg
public IAsyncAction SaveAsync( IRandomAccessStream stream )
This API is only available when running on Windows 10 build 15063 (Creators Update) or greater.
The saved string is encoded in UTF-8, and is not terminated with a null character.
The saved 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.