brixxbox Wiki
Ask or search…
K
Comment on page

showBlob

Shows a blob document in a docViewer control.

Parameters

  1. 1.
    controlId - The id of a "docViewer" control
  2. 2.
    blobData - The blob data.

Example Usages

let myBlob = brixxApi.getAttachmentByFileName("Invoice1.pdf");
brixxApi.showBlob("myDocViewer", myBlob);