Blazor Maps Example - Print Functionality
Source:
en.wikipedia.org
Properties
This sample demonstrates the map print functionality, allowing direct map printing from the browser using the Print button.
Print functionality is configured through:
- Enabling the AllowPrint property set to true
- Using the PrintAsync method to initiate printing
For detailed information about print and export capabilities, refer to the print and export documentation.