DownloadButtonUI Class
Represents a download button in the PDF viewer toolbar that allows users to download the current document.
export declare class DownloadButtonUI extends BasicButtonUI
- Inheritance:
-
DownloadButtonUI
Remarks
This button triggers the download of the currently loaded PDF document when clicked, providing specific behavior for document downloading.
Inherited Properties
| isVisible | The current visibility state of the element. (Inherited from BasicButtonUI) |
Inherited Methods
| click | Simulates a click on the button. (Inherited from BasicButtonUI) |