Class DiagramConverter
Class DiagramConverter
Namespace: Aspose.Diagram.LowCode
Assembly: Aspose.Diagram.dll (26.5.0)
Converter for converting template file to diagram.
public class DiagramConverterInheritance
Examples
DiagramConverter.Process("template.vsdx", "res.vsdx");
Methods
Process(string, string)
Converter for conversion between different visio file formats, such as vsd, vsdx, vdx
public static void Process(string templateFile, string resultFile)Parameters
templateFile string
The template file to be converted
resultFile string
The resultant file.
Process(LowCodeLoadOptions, LowCodeSaveOptions)
Converts template file to diagram
public static void Process(LowCodeLoadOptions loadOptions, LowCodeSaveOptions saveOptions)Parameters
loadOptions LowCodeLoadOptions
Options for input and loading
saveOptions LowCodeSaveOptions
Options for output and saving