Example of Printing in Blazor Diagram Component
This sample demonstrates printing the Diagram as an image.
Print Setup
Paper Size
Multiple/Single Page
Orientation
ShowPageBreaks
This example shows how to print the Diagram. The PrintAsync method can be used to print diagrams. The MultiplePage property is used to enable or disable multiple pages. The Orientation property is used to specify the page orientation in the Diagram, such as portrait or landscape. By using the ShowPageBreaks property, enable or disable page break lines.