Table of Contents

Property FallbackOnWriterError

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

FallbackOnWriterError

Gets or sets a value indicating whether to fall back and use the .NET Framework image writer when an error occurred in using the custom writer.

public bool FallbackOnWriterError { get; set; }

Property Value

bool

This is true if the converter falls back to using the system image writer when an error occurred in using the custom writer; otherwise, it is false. If false, an exception, which occurred in using the custom writer will be thrown. The default is false.