update watermarks webviewer
This commit is contained in:
parent
0adf3288c8
commit
7252119228
@ -246,7 +246,7 @@ export class WatermarkScreenComponent implements OnInit {
|
||||
}
|
||||
|
||||
async #loadViewer() {
|
||||
this.instance = await WebViewer(
|
||||
this.instance = await WebViewer.Iframe(
|
||||
{
|
||||
licenseKey: this._licenseService.activeLicenseKey,
|
||||
path: this.#convertPath('/assets/wv-resources/11.0.0'),
|
||||
@ -254,6 +254,7 @@ export class WatermarkScreenComponent implements OnInit {
|
||||
fullAPI: true,
|
||||
isReadOnly: true,
|
||||
backendType: 'ems',
|
||||
ui: 'legacy',
|
||||
},
|
||||
// use nativeElement instead of document.getElementById('viwer')
|
||||
// because WebViewer works better with this approach
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user