You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: This is the main page of Dynamsoft Barcode Reader Licensing.
5
5
keywords: license initialization, licensing
6
6
needAutoGenerateSidebar: false
7
-
permalink: /license-activation/index.html
8
7
---
9
8
10
9
# License Initialization
11
10
12
-
## Get a trial license
11
+
## Get a Trial License
13
12
14
13
You can request a 30-day trial license via the [Request a Trial License](https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=docs){:target="_blank"} link.
CaptureVisionRouter cvr = new CaptureVisionRouter()
115
+
cvr_instance = CaptureVisionRouter()
117
116
# add code for further process
118
117
```
119
118
120
-
If you are using a **concurrent instance license**, you need to apply two more operations:
119
+
If you are using a `concurrent instance license`, see [Concurrent Instance License Initialization](concurrent-instance-license.html) for more information.
121
120
122
-
* Call method SetMaxConcurrentInstanceCount to set the license count you purchased.
123
-
* Update the parameter MaxParallelTasks to align with the purchased quantity.
0 commit comments