ESignatureUIOptions Interface
Represents options for configuring the electronic signature feature in the PDF viewer.
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.
isVisible?: boolean;
title
Gets or sets the title displayed in the electronic signature panel.
title?: string;
description
Gets or sets the description text shown in the electronic signature panel.
description?: string;
buttonText
Gets or sets the text displayed on the signature button.
buttonText?: string;