Table of Contents

Property ErrorFile

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

ErrorFile

Gets the full path of the last SVG file not successfully converted.

public string ErrorFile { get; }

Property Value

string

A string containing the full path of the last SVG file not successfully converted to the XAML

Remarks

Whenever an error occurred in the conversion of a file, the conversion process will stop. Use this property to retrieve the full path of the SVG file causing the error.