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

    Show / Hide Table of Contents

    ESignatureUIOptions Interface

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

    Represents options for configuring the electronic signature feature in the PDF viewer.

    • TypeScript
    export declare interface ESignatureUIOptions
    Remarks

    These options control the visibility and appearance of the electronic signature UI element, allowing customization of labels, descriptions, and button text.

    Fields

    isVisible

    Gets or sets whether the electronic signature panel is visible. Defaults to true if not specified.

    • TypeScript
    isVisible?: boolean;

    title

    Gets or sets the title displayed in the electronic signature panel.

    • TypeScript
    title?: string;

    description

    Gets or sets the description text shown in the electronic signature panel.

    • TypeScript
    description?: string;

    buttonText

    Gets or sets the text displayed on the signature button.

    • TypeScript
    buttonText?: string;
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.