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

    Show / Hide Table of Contents

    SidePanelUIOptions Interface

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

    Represents configuration options for the side panel in the PDF viewer.

    • TypeScript
    export declare interface SidePanelUIOptions
    Remarks

    The side panel provides access to additional features like electronic signatures and digital signatures. This interface allows you to control the visibility of the side panel and configure the available features.

    Fields

    isVisible

    Gets or sets a value indicating whether the side panel is visible. Defaults to false if not specified.

    • TypeScript
    isVisible?: boolean;

    eSignature

    Gets or sets options for electronic signature functionality on the side panel.

    • TypeScript
    eSignature?: ESignatureUIOptions;
    Field Value
    ESignatureUIOptions

    digitalSignature

    Gets or sets options for digital signature functionality on the side panel.

    • TypeScript
    digitalSignature?: DigitalSignatureUIOptions;
    Field Value
    DigitalSignatureUIOptions
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.