showBlob
Shows a blob document in a docViewer control.
Parameters
Example Usages
let myBlob = brixxApi.getAttachmentByFileName("Invoice1.pdf");
brixxApi.showBlob("myDocViewer", myBlob);Last updated
Shows a blob document in a docViewer control.
let myBlob = brixxApi.getAttachmentByFileName("Invoice1.pdf");
brixxApi.showBlob("myDocViewer", myBlob);Last updated