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

    Show / Hide Table of Contents

    ESignatureUI Class

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

    Represents the e-signature element in the PDF viewer's side panel.

    • TypeScript
    export declare class ESignatureUI implements VisibilityElement
    Inheritance:
    ESignatureUI
    Implements
    VisibilityElement
    Remarks

    This class provides functionality for configuring and displaying an e-signature element, including title, description, and button text.

    Properties

    isVisible

    The current visibility state of the element.

    • TypeScript
    get isVisible(): boolean;
    set isVisible(value: boolean);
    Parameters
    value

    The new visibility state (true to show, false to hide).

    titleText

    The title of the e-signature section on the side panel.

    • TypeScript
    get titleText(): string;
    set titleText(value: string | undefined);
    Parameters
    value

    The title text to display.

    Remarks

    This property controls the title shown for e-signature on the side panel. When the value is undefined, the default translation is used.

    descriptionText

    The description of the e-signature section on the side panel.

    • TypeScript
    get descriptionText(): string;
    set descriptionText(value: string | undefined);
    Parameters
    value

    The description text to display.

    Remarks

    This property controls the description shown below the title on the side panel. When the value is undefined, the default translation is used.

    buttonText

    The text of the button for the e-signature section on the side panel.

    • TypeScript
    get buttonText(): string;
    set buttonText(value: string | undefined);
    Parameters
    value

    The button text to display.

    Remarks

    This property controls the text shown on the button on the side panel that opens e-signature popup. When the value is undefined, the default translation is used.

    Implements

    VisibilityElement
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.