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
Copy file name to clipboardExpand all lines: README.md
+3-8Lines changed: 3 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,16 +27,11 @@ This repository contains multiple samples that demonstrates how to use the <a hr
27
27
28
28
## License
29
29
30
-
The library requires a license to work, you use the API InitLicenseFromDLS to tell the program where to fetch your license.
30
+
The library requires a license to work, you use the API InitLicense to initialize license key and activate the SDK.
31
31
32
-
If the Organization ID is not specified or set as "200001", a <ahref="https://www.dynamsoft.com/license-server/docs/about/terms.html?ver=latest&product=dbr&utm_source=samples&package=c_cpp#public-trial-license"target="_blank">free public trial license</a> will be used by default which is the case in these samples.
32
+
These samples use a <ahref="https://www.dynamsoft.com/license-server/docs/about/terms.html?ver=latest&product=dbr&utm_source=samples&package=dotnet#public-trial-license"target="_blank">free public trial license</a>. Note that network connection is required for this license to work.
33
33
34
-
Note that network connection is required for this license to work.
35
-
36
-
When using your own license, locate the following line and specify your Organization ID.
37
-
// organizationID = "200001";
38
-
39
-
If you don't have a license yet, you can request a trial from <ahref="https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=samples&package=dotnet"target="_blank">Customer Portal</a>.
34
+
You can also request a 30-day trial license from <ahref="https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=samples&package=dotnet"target="_blank">Customer Portal</a>
40
35
41
36
For more information, please refer to https://www.dynamsoft.com/license-server/docs/about/licensefaq.html.
0 commit comments