Skip to content

Commit e32edb4

Browse files
Merge pull request #117 from dynamsoft-docs/preview
update to internal commit 58e09884
2 parents 72d8072 + 809a248 commit e32edb4

File tree

9 files changed

+124
-6
lines changed

9 files changed

+124
-6
lines changed

_config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@ dbr_python_class: /barcode-reader/docs/server/programming/python/api-reference/c
5959
dbr_python_release_notes: /barcode-reader/docs/server/programming/python/release-notes/
6060
dbr_python_enumerations: /barcode-reader/docs/server/programming/python/api-reference/enumeration/
6161

62+
63+
dbr_js: /barcode-reader/docs/web/programming/javascript/
64+
dbr_android: /barcode-reader/docs/mobile/programming/android/
65+
dbr_ios: /barcode-reader/docs/mobile/programming/objectivec-swift/
66+
dbr_maui: /barcode-reader/docs/mobile/programming/maui/
67+
6268
assets: /barcode-reader/docs/server/assets/
6369
edit_icon: /barcode-reader/docs/server/assets/img-icon/edit-icon.png
6470
smile_icon: /barcode-reader/docs/server/assets/img-icon/icon-smile.png

_includes/sidelist-programming/programming-c.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,5 +129,9 @@
129129
<li lang="c"><a target="_blank" href="{{ site.dbr_java }}" class="otherLinkColour refreshLink">Java</a></li>
130130
<li lang="c"><a target="_blank" href="{{ site.dbr_dotnet }}" class="otherLinkColour refreshLink">.NET</a></li>
131131
<li lang="c"><a target="_blank" href="{{ site.dbr_cpp }}" class="otherLinkColour refreshLink">C++</a></li>
132+
<li><a target="_blank" href="{{ site.dbr_js }}" class="otherLinkColour refreshLink">JS</a></li>
133+
<li><a target="_blank" href="{{ site.dbr_android }}" class="otherLinkColour refreshLink">Android</a></li>
134+
<li><a target="_blank" href="{{ site.dbr_ios }}" class="otherLinkColour refreshLink">iOS</a></li>
135+
<li><a target="_blank" href="{{ site.dbr_maui }}" class="otherLinkColour refreshLink">MAUI</a></li>
132136
</ul>
133137
</li>

_includes/sidelist-programming/programming-cpp.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,5 +255,9 @@
255255
<li><a target="_blank" href="{{ site.dbr_java }}" class="otherLinkColour refreshLink">Java</a></li>
256256
<li><a target="_blank" href="{{ site.dbr_dotnet }}" class="otherLinkColour refreshLink">.NET</a></li>
257257
<li><a target="_blank" href="{{ site.dbr_c }}" class="otherLinkColour refreshLink">C</a></li>
258+
<li><a target="_blank" href="{{ site.dbr_js }}" class="otherLinkColour refreshLink">JS</a></li>
259+
<li><a target="_blank" href="{{ site.dbr_android }}" class="otherLinkColour refreshLink">Android</a></li>
260+
<li><a target="_blank" href="{{ site.dbr_ios }}" class="otherLinkColour refreshLink">iOS</a></li>
261+
<li><a target="_blank" href="{{ site.dbr_maui }}" class="otherLinkColour refreshLink">MAUI</a></li>
258262
</ul>
259263
</li>

_includes/sidelist-programming/programming-dotnet.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,5 +202,9 @@
202202
<li><a target="_blank" href="{{ site.dbr_java }}" class="otherLinkColour refreshLink">Java</a></li>
203203
<li><a target="_blank" href="{{ site.dbr_cpp }}" class="otherLinkColour refreshLink">C++</a></li>
204204
<li><a target="_blank" href="{{ site.dbr_c }}" class="otherLinkColour refreshLink">C</a></li>
205+
<li><a target="_blank" href="{{ site.dbr_js }}" class="otherLinkColour refreshLink">JS</a></li>
206+
<li><a target="_blank" href="{{ site.dbr_android }}" class="otherLinkColour refreshLink">Android</a></li>
207+
<li><a target="_blank" href="{{ site.dbr_ios }}" class="otherLinkColour refreshLink">iOS</a></li>
208+
<li><a target="_blank" href="{{ site.dbr_maui }}" class="otherLinkColour refreshLink">MAUI</a></li>
205209
</ul>
206210
</li>

_includes/sidelist-programming/programming-java.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,13 @@
122122
<li lang="java" class="category">OTHER EDITIONS</li>
123123
<li lang="java"><a class="otherLinkColour">Choose a Language</a>
124124
<ul lang="java">
125-
<li lang="java"><a target="_blank" href="{{ site.dbr_python }}" class="otherLinkColour refreshLink">Python</a></li>
126-
<li lang="java"><a target="_blank" href="{{ site.dbr_dotnet }}" class="otherLinkColour refreshLink">.NET</a></li>
127-
<li lang="java"><a target="_blank" href="{{ site.dbr_cpp }}" class="otherLinkColour refreshLink">C++</a></li>
128-
<li lang="java"><a target="_blank" href="{{ site.dbr_c }}" class="otherLinkColour refreshLink">C</a></li>
125+
<li><a target="_blank" href="{{ site.dbr_python }}" class="otherLinkColour refreshLink">Python</a></li>
126+
<li><a target="_blank" href="{{ site.dbr_dotnet }}" class="otherLinkColour refreshLink">.NET</a></li>
127+
<li><a target="_blank" href="{{ site.dbr_cpp }}" class="otherLinkColour refreshLink">C++</a></li>
128+
<li><a target="_blank" href="{{ site.dbr_c }}" class="otherLinkColour refreshLink">C</a></li>
129+
<li><a target="_blank" href="{{ site.dbr_js }}" class="otherLinkColour refreshLink">JS</a></li>
130+
<li><a target="_blank" href="{{ site.dbr_android }}" class="otherLinkColour refreshLink">Android</a></li>
131+
<li><a target="_blank" href="{{ site.dbr_ios }}" class="otherLinkColour refreshLink">iOS</a></li>
132+
<li><a target="_blank" href="{{ site.dbr_maui }}" class="otherLinkColour refreshLink">MAUI</a></li>
129133
</ul>
130134
</li>

_includes/sidelist-programming/programming-python.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,5 +196,9 @@
196196
<li><a target="_blank" href="{{ site.dbr_java }}" class="otherLinkColour refreshLink">Java</a></li>
197197
<li><a target="_blank" href="{{ site.dbr_cpp }}" class="otherLinkColour refreshLink">C++</a></li>
198198
<li><a target="_blank" href="{{ site.dbr_c }}" class="otherLinkColour refreshLink">C</a></li>
199+
<li><a target="_blank" href="{{ site.dbr_js }}" class="otherLinkColour refreshLink">JS</a></li>
200+
<li><a target="_blank" href="{{ site.dbr_android }}" class="otherLinkColour refreshLink">Android</a></li>
201+
<li><a target="_blank" href="{{ site.dbr_ios }}" class="otherLinkColour refreshLink">iOS</a></li>
202+
<li><a target="_blank" href="{{ site.dbr_maui }}" class="otherLinkColour refreshLink">MAUI</a></li>
199203
</ul>
200204
</li>
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
---
2+
layout: default-layout
3+
title: CPDF417Details Class - Dynamsoft Barcode Reader C++ Edition API Reference
4+
description: This page shows CPDF417Details class definition of Dynamsoft Barcode Reader SDK C++ Edition.
5+
keywords: rows, columns, errorCorrectionLevel, CPDF417Details, api reference
6+
---
7+
# CPDF417Details
8+
9+
The `CPDF417Details` class represents a barcode in PDF417 format. It inherits from the `CBarcodeDetails` class and contains information about the row count, column count, and error correction level of the barcode.
10+
11+
## Definition
12+
13+
*Namespace:* dynamsoft::dbr
14+
15+
*Assembly:* DynamsoftBarcodeReader
16+
17+
*Inheritance:* [CBarcodeDetails]({{ site.dbr_cpp_api }}barcode-details.html) -> CPDF417Details
18+
19+
```cpp
20+
class CPDF417Details : public CBarcodeDetails
21+
```
22+
23+
## Attributes
24+
25+
| Attribute | Type |
26+
|---------- | ---- |
27+
| [`rows`](#rows) | *int* |
28+
| [`columns`](#columns) | *int* |
29+
| [`errorCorrectionLevel`](#errorcorrectionlevel) | *int* |
30+
| [`hasLeftRowIndicator`](#hasleftrowindicator) | *int* |
31+
| [`hasRightRowIndicator`](#hasrightrowindicator) | *int* |
32+
33+
### rows
34+
35+
The number of rows in the PDF417 barcode.
36+
37+
```cpp
38+
int rows
39+
```
40+
41+
### columns
42+
43+
The number of columns in the PDF417 barcode.
44+
45+
```cpp
46+
int columns
47+
```
48+
49+
### errorCorrectionLevel
50+
51+
Specifies the error correction level of PDF417 code.
52+
53+
```cpp
54+
int errorCorrectionLevel
55+
```
56+
57+
### hasLeftRowIndicator
58+
59+
Specifies whether the left row indicator of the PDF417 code exists.
60+
61+
```cpp
62+
int hasLeftRowIndicator
63+
```
64+
65+
### hasRightRowIndicator
66+
67+
Specifies whether the right row indicator of the PDF417 code exists.
68+
69+
```cpp
70+
int hasRightRowIndicator
71+
```

programming/cplusplus/api-reference/pdf417-details.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ layout: default-layout
33
title: CPDF417Details Class - Dynamsoft Barcode Reader C++ Edition API Reference
44
description: This page shows CPDF417Details class definition of Dynamsoft Barcode Reader SDK C++ Edition.
55
keywords: rows, columns, errorCorrectionLevel, CPDF417Details, api reference
6-
permalink: /programming/cplusplus/api-reference/pdf417-details.html
76
---
87
# CPDF417Details
98

@@ -30,6 +29,8 @@ class CPDF417Details : public CBarcodeDetails
3029
| [`errorCorrectionLevel`](#errorcorrectionlevel) | *int* |
3130
| [`hasLeftRowIndicator`](#hasleftrowindicator) | *int* |
3231
| [`hasRightRowIndicator`](#hasrightrowindicator) | *int* |
32+
| [`codewords`](#codewords) | *unsigned int\** |
33+
| [`codewordsCount`](#codewordscount) | *int* |
3334
3435
### rows
3536
@@ -69,4 +70,20 @@ Specifies whether the right row indicator of the PDF417 code exists.
6970

7071
```cpp
7172
int hasRightRowIndicator
72-
```
73+
```
74+
75+
### codewords
76+
77+
The codewords of the PDF417 barcode.
78+
79+
```cpp
80+
unsigned int* codewords
81+
```
82+
83+
### codewordsCount
84+
85+
The count of the codewords.
86+
87+
```cpp
88+
int codewordsCount
89+
```

programming/cplusplus/release-notes/cpp-10.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ permalink: /programming/cplusplus/release-notes/cpp-10.html
2727
- `EC_LICENSE_WARNING`
2828
- `EC_BARCODE_READER_LICENSE_NOT_FOUND`
2929

30+
- Added new properties to the [`CPDF417Details`]({{ site.dbr_cpp_api }}pdf417-details.html) class
31+
- [`codewords`]({{ site.dbr_cpp_api }}pdf417-details.html#codewords)
32+
- [`codewordsCount`]({{ site.dbr_cpp_api }}pdf417-details.html#codewordscount)
33+
3034

3135
#### Fixed
3236

0 commit comments

Comments
 (0)