SidePanelUIOptions Interface
Represents configuration options for the side panel in the PDF viewer.
export declare interface SidePanelUIOptions
Remarks
The side panel provides access to additional features like electronic signatures and digital signatures. This interface allows you to control the visibility of the side panel and configure the available features.
Fields
isVisible
Gets or sets a value indicating whether the side panel is visible. Defaults to false if not specified.
isVisible?: boolean;
eSignature
Gets or sets options for electronic signature functionality on the side panel.
eSignature?: ESignatureUIOptions;
Field Value
digitalSignature
Gets or sets options for digital signature functionality on the side panel.
digitalSignature?: DigitalSignatureUIOptions;