• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Localization
*Translated by Google Translator.
Currency
Essential Studio
HOME
All Controls

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.