PrintButtonUI Class
Represents a button in the PDF viewer toolbar that allows users to print the current document.
export declare class PrintButtonUI extends BasicButtonUI
- Inheritance:
-
PrintButtonUI
Remarks
This button triggers the printing functionality for the currently loaded PDF document when clicked, providing specific behavior for document printing.
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) |