Skip to content

Commit cd8bfa0

Browse files
update description of public trial
1 parent 0fc9726 commit cd8bfa0

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This repository contains multiple samples that demonstrates how to use the <a hr
2929

3030
The library requires a license to work, you use the API InitLicenseFromDLS to tell the program where to fetch your license.
3131

32-
If the Organization ID is not specified or set as "200001", a 7-day (public) trial license will be used by default which is the case in these samples.
32+
If the Organization ID is not specified or set as "200001", a <a href="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.
3333

3434
Note that network connection is required for this license to work.
3535

samples/GeneralSettings/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ static void Main(string[] args)
1212
{
1313
// 1. Initialize license
1414
/*
15-
// By setting organization ID as "200001", a 7-day trial license will be used for license verification.
15+
// By setting organization ID as "200001", a free public trial license will be used for license verification.
1616
// Note that network connection is required for this license to work.
1717
//
1818
// When using your own license, locate the following line and specify your Organization ID.
@@ -54,7 +54,7 @@ static void Main(string[] args)
5454

5555
// 3.1.3 Call UpdateRuntimeSettings to apply above settings
5656
dbr.UpdateRuntimeSettings(settings);
57-
57+
5858
// 3.2 Through JSON template
5959
//string errorMessage;
6060
//dbr.InitRuntimeSettingsWithString("{\"ImageParameter\":{\"Name\":\"S1\",\"RegionDefinitionNameArray\":[\"R1\"]},\"RegionDefinition\":{\"Name\":\"R1\",\"BarcodeFormatIds\":[\"BF_PDF417\"],\"BarcodeFormatIds_2\":[\"BF2_POSTALCODE\"],\"ExpectedBarcodesCount\":2,\"Left\":0,\"Right\":100,\"Top\":50,\"Bottom\":100,\"MeasuredByPercentage\":1}}", EnumConflictMode.CM_IGNORE, out errorMessage);

samples/HelloWorld/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ static void Main(string[] args)
1212
{
1313
// 1. Initialize license
1414
/*
15-
// By setting organization ID as "200001", a 7-day trial license will be used for license verification.
15+
// By setting organization ID as "200001", a free public trial license will be used for license verification.
1616
// Note that network connection is required for this license to work.
1717
//
1818
// When using your own license, locate the following line and specify your Organization ID.

samples/ImageDecoding/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ static void Main(string[] args)
1616
{
1717
// Initialize license
1818
/*
19-
// By setting organization ID as "200001", a 7-day trial license will be used for license verification.
19+
// By setting organization ID as "200001", a free public trial license will be used for license verification.
2020
// Note that network connection is required for this license to work.
2121
//
2222
// When using your own license, locate the following line and specify your Organization ID.

samples/Performance/AccuracyFirstSettings/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ static void Main(string[] args)
6262
{
6363
// Initialize license
6464
/*
65-
// By setting organization ID as "200001", a 7-day trial license will be used for license verification.
65+
// By setting organization ID as "200001", a free public trial license will be used for license verification.
6666
// Note that network connection is required for this license to work.
6767
//
6868
// When using your own license, locate the following line and specify your Organization ID.

samples/Performance/ReadRateFirstSettings/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ static void Main(string[] args)
9999
{
100100
// Initialize license
101101
/*
102-
// By setting organization ID as "200001", a 7-day trial license will be used for license verification.
102+
// By setting organization ID as "200001", a free public trial license will be used for license verification.
103103
// Note that network connection is required for this license to work.
104104
//
105105
// When using your own license, locate the following line and specify your Organization ID.

samples/Performance/SpeedFirstSettings/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ static void Main(string[] args)
9696
{
9797
// Initialize license
9898
/*
99-
// By setting organization ID as "200001", a 7-day trial license will be used for license verification.
99+
// By setting organization ID as "200001", a free public trial license will be used for license verification.
100100
// Note that network connection is required for this license to work.
101101
//
102102
// When using your own license, locate the following line and specify your Organization ID.

samples/UseCases/DecodeFromScannerAndWebcam/DecodeFromScannerAndWebcam.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public DecodeFromScannerAndWebcam()
102102

103103
// Initialize license
104104
/*
105-
// By setting organization ID as "200001", a 7-day trial license will be used for license verification.
105+
// By setting organization ID as "200001", a free public trial license will be used for license verification.
106106
// Note that network connection is required for this license to work.
107107
//
108108
// When using your own license, locate the following line and specify your Organization ID.

samples/UseCases/ProcessDocumentsByBarcodes/Form1.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public Form1()
3030

3131
// Initialize license
3232
/*
33-
// By setting organization ID as "200001", a 7-day trial license will be used for license verification.
33+
// By setting organization ID as "200001", a free public trial license will be used for license verification.
3434
// Note that network connection is required for this license to work.
3535
//
3636
// When using your own license, locate the following line and specify your Organization ID.

0 commit comments

Comments
 (0)