showBlob
Shows a blob document in a docViewer control.
Parameters
controlId - The id of a "docViewer" control
blobData - The blob data.
Example Usages
let myBlob = brixxApi.getAttachmentByFileName("Invoice1.pdf");
brixxApi.showBlob("myDocViewer", myBlob);
Last updated