Example of Print and Export in ASP.NET Core Diagram Control
This sample demonstrates printing the diagram and exporting the diagram as images.
DEMO
SOURCE
This example shows how to print the diagram and how to export the diagram as image (*.jpg, *.png, and *bmp) and in SVG format. The exportDiagram
method can be used to export the diagram. The exportDiagram
method takes the exporting options (file formats, mode of export, and the region to export) as input. The print
method can be used to print the diagrams.