ToolbarUI Class
Represents the toolbar component in the PDF viewer that contains various buttons and controls for document interaction.
export declare class ToolbarUI
- Inheritance:
-
ToolbarUI
Fields
sidePanelButton
Gets the side panel button that toggles the visibility of the side panel.
readonly sidePanelButton: SidePanelButtonUI;
Field Value
openButton
Gets the open button that allows users to select and open PDF files from their local system.
readonly openButton: OpenButtonUI;
Field Value
downloadButton
Gets the download button that triggers the download of the currently loaded PDF document.
readonly downloadButton: DownloadButtonUI;
Field Value
printButton
Gets the print button that initiates the printing functionality for the current document.
readonly printButton: PrintButtonUI;
Field Value
signatureButton
Gets the signature button that opens the digital signature panel for electronic signing.
readonly signatureButton: SignatureButtonUI;
Field Value
freeText
Gets the free text annotation controls for adding and configuring free text annotations.
readonly freeText: FreeTextUI;
Field Value
Remarks
The free text controls allow users to add, edit, and customize free text annotations in PDF documents.
handDrawing
Gets the hand drawing annotation controls for adding and configuring freehand drawings.
readonly handDrawing: HandDrawingUI;
Field Value
Remarks
The hand drawing controls allow users to create, edit, and customize freehand drawings in PDF documents.
textSelectionButton
Gets the text selection button that enables text selection mode for copying text from the document.
readonly textSelectionButton: TextSelectionButtonUI;
Field Value
panModeButton
Gets the pan mode button that enables dragging and panning through the document.
readonly panModeButton: PanModeButtonUI;
Field Value
zoom
Gets the zoom controls that manage document magnification.
readonly zoom: ZoomUI;
Field Value
Remarks
The zoom controls appear as buttons, field, and dropdown in the toolbar and control the zoom level of the PDF document.
pageNavigation
Gets the page navigation controls for moving between pages in the document.
readonly pageNavigation: PageNavigationUI;
Field Value
Remarks
The navigation controls appear as buttons in the toolbar and control the visual representation of which page is currently displayed in the HTML view.
search
Gets the search controls for finding text within the document.
readonly search: SearchUI;
Field Value
Remarks
The search controls appear as input fields and buttons in the toolbar and control the visual highlighting of search results within the HTML-rendered PDF content.