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

    Show / Hide Table of Contents

    DigitallySignedEvent Interface

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

    Represents an event that is emitted when a digital signing operation completes successfully.

    • TypeScript
    export declare interface DigitallySignedEvent extends ViewerEvent
    Remarks

    This event contains the signed PDF document data that can be loaded back into the viewer.

    Fields

    documentBytes

    • TypeScript
    readonly documentBytes: ArrayBuffer;

    Inherited Fields

    defaultPrevented

    Gets a value indicating whether the event's default action has been canceled.

    (Inherited from ViewerEvent)

    Inherited Methods

    preventDefault

    Cancels the event if it is cancelable, without stopping further propagation of the event.

    (Inherited from ViewerEvent)

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.