Blazor Maps Example - Export Options
Properties
This sample demonstrates the map export functionality, enabling users to change the map type (geometric or OSM) and export the map in PNG, JPEG, SVG, or PDF format.
The export feature is configured using:
- The AllowImageExport property for enabling image export formats (PNG, JPEG, SVG)
- The AllowPdfExport property for enabling PDF export
- The ExportAsync method to initiate the export process
For detailed information about export and print capabilities, refer to the print and export documentation.