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

    Show / Hide Table of Contents

    DigitalSignatureUIOptions Interface

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

    Represents the configuration options for the digital signature panel in the PDF viewer.

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

    • TypeScript
    isVisible?: boolean;

    title

    Gets or sets the title text displayed in the digital signature panel.

    • TypeScript
    title?: string;

    description

    Gets or sets the description text displayed in the digital signature panel.

    • TypeScript
    description?: string;

    buttonText

    Gets or sets the text displayed on the sign button in the digital signature panel.

    • TypeScript
    buttonText?: string;
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.