[]
        
(Showing Draft Content)

PdfWebWorkerExportDoneEventArgs Class

PdfWebWorkerExportDoneEventArgs Class

Provides arguments for the callback parameter of the PdfWebWorkerClient.exportGrid and PdfWebWorkerClient.export methods.

Heirarchy

Constructors

Properties

Constructors

constructor

Properties

blob

blob: Blob

Gets a Blob object that contains the document data.

buffer

buffer: ArrayBuffer

Gets an ArrayBuffer that contains the document data.

Static empty

empty: EventArgs

Provides a value to use with events that do not have event data.