GemBox.PdfViewer
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    ToolbarUI Class

    Namespace:
    @gembox/pdfviewer
    Assembly:
    @gembox/pdfviewer

    Represents the toolbar component in the PDF viewer that contains various buttons and controls for document interaction.

    • TypeScript
    export declare class ToolbarUI
    Inheritance:
    ToolbarUI

    Fields

    sidePanelButton

    Gets the side panel button that toggles the visibility of the side panel.

    • TypeScript
    readonly sidePanelButton: SidePanelButtonUI;
    Field Value
    SidePanelButtonUI

    openButton

    Gets the open button that allows users to select and open PDF files from their local system.

    • TypeScript
    readonly openButton: OpenButtonUI;
    Field Value
    OpenButtonUI

    downloadButton

    Gets the download button that triggers the download of the currently loaded PDF document.

    • TypeScript
    readonly downloadButton: DownloadButtonUI;
    Field Value
    DownloadButtonUI

    printButton

    Gets the print button that initiates the printing functionality for the current document.

    • TypeScript
    readonly printButton: PrintButtonUI;
    Field Value
    PrintButtonUI

    signatureButton

    Gets the signature button that opens the digital signature panel for electronic signing.

    • TypeScript
    readonly signatureButton: SignatureButtonUI;
    Field Value
    SignatureButtonUI

    freeText

    Gets the free text annotation controls for adding and configuring free text annotations.

    • TypeScript
    readonly freeText: FreeTextUI;
    Field Value
    FreeTextUI
    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.

    • TypeScript
    readonly handDrawing: HandDrawingUI;
    Field Value
    HandDrawingUI
    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.

    • TypeScript
    readonly textSelectionButton: TextSelectionButtonUI;
    Field Value
    TextSelectionButtonUI

    panModeButton

    Gets the pan mode button that enables dragging and panning through the document.

    • TypeScript
    readonly panModeButton: PanModeButtonUI;
    Field Value
    PanModeButtonUI

    zoom

    Gets the zoom controls that manage document magnification.

    • TypeScript
    readonly zoom: ZoomUI;
    Field Value
    ZoomUI
    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.

    • TypeScript
    readonly pageNavigation: PageNavigationUI;
    Field Value
    PageNavigationUI
    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.

    • TypeScript
    readonly search: SearchUI;
    Field Value
    SearchUI
    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.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.