Constructor StreamSvgConverter
- Namespace
- SharpVectors.Converters
- Assembly
- SharpVectors.Converters.Wpf.dll
StreamSvgConverter(WpfDrawingSettings)
Initializes a new instance of the StreamSvgConverter class with the specified drawing or rendering settings.
public StreamSvgConverter(WpfDrawingSettings settings)
Parameters
settingsWpfDrawingSettingsThis specifies the settings used by the rendering or drawing engine. If this is null, the default settings is used.
StreamSvgConverter(bool, bool, WpfDrawingSettings)
Initializes a new instance of the StreamSvgConverter class with the specified drawing or rendering settings and the saving options.
public StreamSvgConverter(bool saveXaml, bool saveZaml, WpfDrawingSettings settings)
Parameters
saveXamlboolThis specifies whether to save result object tree in image file.
saveZamlboolThis specifies whether to save result object tree in ZAML file. The ZAML is simply a G-Zip compressed image format, similar to the SVGZ.
settingsWpfDrawingSettingsThis specifies the settings used by the rendering or drawing engine. If this is null, the default settings is used.