Property ExitCode
- Namespace
- VectorDraw.Professional.Converter
- Assembly
- vdConverter.dll
ExitCode
Get the code that the convert() method returns
public int ExitCode { get; }
Property Value
Remarks
-1 initial value convert not run yet
0 convertion successed
1 convartion failed to open imported file
2 conversion failed to export exported file
3 convesion terminated by user Cancel() method
4 convesion failed by throw an error.