DiagramConverter.Process

Process(string, string)

Converter for conversion between different visio file formats, such as vsd, vsdx, vdx

public static void Process(string templateFile, string resultFile)
ParameterTypeDescription
templateFileStringThe template file to be converted
resultFileStringThe resultant file.

See Also


Process(LowCodeLoadOptions, LowCodeSaveOptions)

Converts template file to diagram

public static void Process(LowCodeLoadOptions loadOptions, LowCodeSaveOptions saveOptions)
ParameterTypeDescription
loadOptionsLowCodeLoadOptionsOptions for input and loading
saveOptionsLowCodeSaveOptionsOptions for output and saving

See Also