Property SvgDocument
- Namespace
- SharpVectors.Converters
- Assembly
- SharpVectors.Converters.Wpf.dll
SvgDocument
Gets the current SVG
Document created by this converter.
public SvgDocument SvgDocument { get; }
Property Value
- SvgDocument
An instance of SvgDocument specifying the SVG DOM currently opened by the converter; or null if no
SVG
document is currently opened.