Blazor TreeMap Example - Print and Export Functionality
Source:
zeenews.india.com
Properties
This sample demonstrates the print and export functionalities of the TreeMap component.
In this example, you can see how to print and export the rendered TreeMap. Print functionality can be added by using the PrintAsync method when the AllowPrint property is set to true. Export functionality can be added by using the ExportAsync method when the AllowImageExport and AllowPdfExport properties are set to true. The TreeMap can be exported to JPEG, PNG, SVG, and PDF formats.
For more information about print and export functionality, refer to the print and export documentation.