Syncfusion AI Assistant

How can I help you?

ImportResult

6 Feb 20261 minute to read

Result of a Visio import operation.
Contains the serialized diagram data and any warnings encountered during import.

Properties

diagramJson string

The Syncfusion DiagramModel serialized as a JSON string.
Can be used with diagram.loadDiagram() to restore the state.

warnings string[]

Array of human-readable warning messages about unsupported features.
Includes limitations encountered during the import process.
Examples: gradients, BPMN shape differences, line styles, etc.