ComponentOne ASP.NET MVC Controls
PdfWebWorkerExportDoneEventArgs Class
File
wijmo.grid.pdf.js
Module
wijmo.grid.pdf
Base Class
EventArgs

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

Constructor

Properties

Events

Constructor

constructor

constructor(buffer: ArrayBuffer): PdfWebWorkerExportDoneEventArgs

Initializes a new instance of the PdfWebWorkerExportDoneEventArgs class.

Parameters
Returns
PdfWebWorkerExportDoneEventArgs

Properties

blob

Gets a Blob object that contains the document data.

Type
Blob

buffer

Gets an ArrayBuffer that contains the document data.

Type
ArrayBuffer

Events

 

Static empty

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

Inherited From
EventArgs
Arguments
EventArgs