GemBox.PdfViewer
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    FeaturesOptions Interface

    Namespace:
    @gembox/pdfviewer
    Assembly:
    @gembox/pdfviewer

    Represents the configuration options for various features available in the PDF viewer.

    • TypeScript
    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.

    • TypeScript
    digitalSigning?: DigitalSigningOptions;
    Field Value
    DigitalSigningOptions
    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.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.