New to Kendo UI for Angular? Start a free 30-day trial
PDFViewerDownloadEvent
Represents the arguments for the PDFViewer download
event. The event fires when the user clicks the Download tool. Canceling the event prevents the download.
Name | Type | Default | Description |
---|---|---|---|
blob |
|
Provides the Blob object to be saved. | |
context |
|
Represents the loaded | |
fileName |
|
Provides the file name for saving. | |
saveOptions |
|
Provides the save options. |
Methods
isDefaultPrevented | ||||
---|---|---|---|---|
Returns | ||||
|
preventDefault |
---|
Prevents the default action for the event. The source component suppresses the built-in behavior that follows the event. |