DigitallySignedEvent Interface
Represents an event that is emitted when a digital signing operation completes successfully.
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
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) |