Example of Print in Blazor Scheduler Component
This example demonstrates how to print the Blazor Scheduler.
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Properties
In this example, the Scheduler is printed by using PrintAsync method.
Also, Scheduler supports to print based on the custom rendering by passing the PrintOptions parameter to PrintAsync
method.
In the above demo, the PrintAsync
method is used with the PrintOptions
.
The PrintOptions
contains two properties Height
and Width
.