Resource Base
Table of contents

CaptureViewerConstructorOptions

Syntax

interface CaptureViewerConstructorOptions {
	container?: string | HTMLElement;
	viewerConfig?: CaptureViewerConfig;
	uiConfig?: UiConfig;
	groupUid?: string; 
}

Attributes

container

The container which is used to show the viewer. Its id or HTMLElement is acceppted.

viewerConfig

The configurations of viewer, please refer to CaptureViewerConfig. If it is not specified, the default configuration will be applied.

uiConfig

The UI layout configurations of viewer, please refer to UiConfig. If it is not specified, the default UI will be applied.

groupUid

The uid of viewers’ group. If it is not specified, a random groupUid will be generated.

Is this page helpful?

YesYes NoNo

In this article:

latest version

    • Latest version
    Change +
    © 2003–2024 Dynamsoft. All rights reserved.
    Privacy Statement / Site Map / Home / Purchase / Support