| layout | default-layout |
|---|---|
| noTitleIndex | true |
| needAutoGenerateSidebar | true |
| title | Can I hide the Dynamsoft image viewer and use my own image viewer? |
| keywords | Dynamic Web TWAIN, Image Viewer, hide, use custom image viewer |
| breadcrumbText | Can I hide the Dynamsoft image viewer and use my own image viewer? |
| description | Can I hide the Dynamsoft image viewer and use my own image viewer? |
| date | 2025-04-17 17:43:22 +0800 |
If you want to use your own viewer, you can use Dynamsoft.DWT.CreateDWTObjectEx() to create a WebTwain instance that does not come with a viewer. You can also unbind and destroy the viewer of an existing WebTwain instance with the unbind() API.