New to Kendo UI for Angular? Start a free 30-day trial
PDFViewerDownloadEvent
Arguments for the download
event. The event fires when the end user clicks the Download tool.
If you cancel the event, the downloading of the file is prevented.
Name | Type | Default | Description |
---|---|---|---|
blob |
|
The Blob object. | |
context |
|
Represents the currently loaded | |
fileName |
|
The name which will be used for saving the file. | |
saveOptions |
|
The options which will be used for saving the file. |
Methods
isDefaultPrevented | ||||
---|---|---|---|---|
Returns | ||||
|
preventDefault |
---|
Prevents the default action for a specified event. In this way, the source component suppresses the built-in behavior that follows the event. |