# showBlob

### Parameters

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

### Example Usages

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