ASP.NET MVC Controls | ComponentOne
In This Topic
    PdfWebWorkerExportDoneEventArgs Class
    In This Topic
    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
    • buffer: ArrayBuffer

      An ArrayBuffer.

    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