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
settings
WpfDrawingSettingsThis specifies the settings used by the rendering or drawing engine. If this is null, the default settings is used.
isEmbedded
boolA 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
saveXaml
boolThis specifies whether to save result object tree in XAML file.
saveZaml
boolThis specifies whether to save result object tree in ZAML file. The ZAML is simply a G-Zip compressed XAML format, similar to the SVGZ.
workingDir
DirectoryInfoThe working directory, where converted outputs are saved.
settings
WpfDrawingSettingsThis specifies the settings used by the rendering or drawing engine. If this is null, the default settings is used.
isEmbedded
bool