DigitalSignatureUIOptions Interface
Represents the configuration options for the digital signature panel in the PDF viewer.
export declare interface DigitalSignatureUIOptions
Remarks
This interface defines the properties that control the visibility and appearance of the digital signature panel, which allows users to sign PDF documents electronically.
Fields
isVisible
Gets or sets a value indicating whether the digital signature panel is visible. Defaults to true if not specified.
isVisible?: boolean;
title
Gets or sets the title text displayed in the digital signature panel.
title?: string;
description
Gets or sets the description text displayed in the digital signature panel.
description?: string;
buttonText
Gets or sets the text displayed on the sign button in the digital signature panel.
buttonText?: string;