ESignatureUI Class
Represents the e-signature element in the PDF viewer's side panel.
export declare class ESignatureUI implements VisibilityElement
- Inheritance:
-
ESignatureUI
Implements
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.
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.
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.
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.
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.