Class DiagramConverter

DiagramConverter class

Converter for converting template file to diagram.

public class DiagramConverter

Methods

NameDescription
static Process(LowCodeLoadOptions, LowCodeSaveOptions)Converts template file to diagram
static Process(string, string)Converter for conversion between different visio file formats, such as vsd, vsdx, vdx

Examples

[C#]
DiagramConverter.Process("template.vsdx", "res.vsdx");

See Also