FeaturesOptions Interface
Represents the configuration options for various features available in the PDF viewer.
export declare interface FeaturesOptions
Remarks
This interface provides access to configure different features such as digital signing functionality. It allows you to enable or disable specific features and customize their behavior.
Fields
digitalSigning
Gets or sets the options for digital signing functionality.
digitalSigning?: DigitalSigningOptions;
Field Value
Remarks
This property configures the connection to a digital signing service and controls whether signed documents are automatically downloaded after signing. If not set, the digital signing feature will not be available.