Property SaveZaml
- Namespace
- SharpVectors.Converters
- Assembly
- SharpVectors.Converters.Wpf.dll
SaveZaml
Gets or sets a value indicating whether to save the conversion output to the ZAML
file.
public bool SaveZaml { get; set; }
Property Value
- bool
This is true if the conversion output is saved to the
ZAML
file; otherwise, it is false. The default depends on the converter.
Remarks
The ZAML
is simply a G-Zip compressed XAML
format, similar to the SVGZ
.