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 = app.getAttachmentByFileName("Invoice1.pdf");
app.showBlob("myDocViewer", myBlob);
Return Values
Function does not explicitly produce return value.
Last updated
Was this helpful?