Constructor FileSvgReader
- Namespace
- SharpVectors.Converters
- Assembly
- SharpVectors.Converters.Wpf.dll
FileSvgReader(WpfDrawingSettings, bool)
Initializes a new instance of the FileSvgReader class with the specified drawing or rendering settings.
public FileSvgReader(WpfDrawingSettings settings, bool isEmbedded = false)
Parameters
settingsWpfDrawingSettingsThis specifies the settings used by the rendering or drawing engine. If this is null, the default settings is used.
isEmbeddedboolA value indicating whether this converter is embedded or not.
FileSvgReader(bool, bool, DirectoryInfo, WpfDrawingSettings, bool)
Initializes a new instance of the FileSvgConverter class with the specified drawing or rendering settings, the saving options and the working directory.
public FileSvgReader(bool saveXaml, bool saveZaml, DirectoryInfo workingDir, WpfDrawingSettings settings, bool isEmbedded = false)
Parameters
saveXamlboolThis specifies whether to save result object tree in XAML file.
saveZamlboolThis specifies whether to save result object tree in ZAML file. The ZAML is simply a G-Zip compressed XAML format, similar to the SVGZ.
workingDirDirectoryInfoThe working directory, where converted outputs are saved.
settingsWpfDrawingSettingsThis specifies the settings used by the rendering or drawing engine. If this is null, the default settings is used.
isEmbeddedbool