BeforePrintEventArgs

12 Sep 20251 minute to read

An interface that holds options for the before print event.

Properties

cancel boolean

Indicates whether to cancel the print operation.
Set to true to prevent the schedule from being printed.

printElement HTMLElement

The HTML element that will be printed.
This element can be modified to customize the print output.