Table of Contents

Constructor FileSvgConverter

Namespace
SharpVectors.Converters
Assembly
SharpVectors.Converters.Wpf.dll

FileSvgConverter(WpfDrawingSettings)

Initializes a new instance of the FileSvgConverter class with the specified drawing or rendering settings.

public FileSvgConverter(WpfDrawingSettings settings)

Parameters

settings WpfDrawingSettings

This specifies the settings used by the rendering or drawing engine. If this is null, the default settings is used.

FileSvgConverter(bool, bool, WpfDrawingSettings)

Initializes a new instance of the FileSvgConverter class with the specified drawing or rendering settings and the saving options.

public FileSvgConverter(bool saveXaml, bool saveZaml, WpfDrawingSettings settings)

Parameters

saveXaml bool

This specifies whether to save result object tree in XAML file.

saveZaml bool

This specifies whether to save result object tree in ZAML file. The ZAML is simply a G-Zip compressed XAML format, similar to the SVGZ.

settings WpfDrawingSettings

This specifies the settings used by the rendering or drawing engine. If this is null, the default settings is used.