Skip to content

Commit cfdc494

Browse files
update to internal commit 32e8a16d
1 parent 5c6f7ec commit cfdc494

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+2703
-175
lines changed

_data/full_tree.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ tree_file_list:
1919
- sidelist-programming/programming-dotnet-v8.9.3.html
2020
- sidelist-programming/programming-dotnet-v9.6.20.html
2121
- sidelist-programming/programming-dotnet-v9.6.40.html
22+
- sidelist-programming/programming-dotnet-v10.4.2000.html
2223
- sidelist-programming/programming-dotnet.html
2324
- sidelist-programming/programming-java-v8.4.0.html
2425
- sidelist-programming/programming-java-v8.9.3.html

_includes/sidelist-programming/programming-dotnet-v10.4.2000.html

Lines changed: 209 additions & 0 deletions
Large diffs are not rendered by default.

_includes/sidelist-programming/programming-dotnet.html

Lines changed: 90 additions & 27 deletions
Large diffs are not rendered by default.

assets/js/dbrServerVersionSearch.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
[
2+
{
3+
"version": "11.0.3000",
4+
"matchVersion": {
5+
"cpp": "3.0.3000",
6+
"dotnet": "3.0.3000"
7+
}
8+
},
29
{
310
"version": "11.0.2000",
411
"matchVersion": {

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,21 @@ needGenerateH3Content: false
88

99
# Release Notes for C++ Edition - 11.x
1010

11+
## 11.0.3000 (05/13/2025)
12+
13+
### New
14+
15+
- Added support for appending pages to PDF files generated by `CImageIO.SaveToFile`. Appending to other PDF files is not supported.
16+
17+
### Fixed
18+
19+
- Fixed an issue where calling `StartCapturing` or `Capture` with `templateName` set to an empty string ("") would result in error `-40103`.
20+
- Resolved a performance issue where decoding certain specific images could cause unusually high CPU and memory usage.
21+
22+
### Changed
23+
24+
- Removed the licensing requirement for saving PDFs.
25+
1126
## 11.0.1000 (03/04/2025)
1227

1328
### [Highlights](https://www.dynamsoft.com/release-highlights/?product=dbr11.0)

programming/cplusplus/release-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ needAutoGenerateSidebar: false
88

99
# Release Notes - C++ Edition
1010

11+
- [11.0.3000 (05/13/2025)]({{ site.dbr_cpp_release_notes }}cpp-11.html#1103000-05132025)
1112
- [11.0.1000 (03/04/2025)]({{ site.dbr_cpp_release_notes }}cpp-11.html#1101000-03042025)
1213
- [10.4.2000 (10/10/2024)]({{ site.dbr_cpp_release_notes }}cpp-10.html#1042000-10102024)
1314
- [10.4.10 (07/23/2024)]({{ site.dbr_cpp_release_notes }}cpp-10.html#10410-07232024)

programming/dotnet/api-reference/aztec-details.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ The `AztecDetails` class represents a barcode in Aztec format. It inherits from
1313

1414
*Namespace:* Dynamsoft.DBR
1515

16-
*Assembly:* Dynamsoft.BarcodeReader.dll
1716

1817
*Inheritance:* [BarcodeDetails]({{ site.dbr_dotnet_api }}barcode-details.html) -> AztecDetails
1918

programming/dotnet/api-reference/barcode-details.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ The `BarcodeDetails` class represents the details of a barcode. It is an abstrac
1313

1414
*Namespace:* Dynamsoft.DBR
1515

16-
*Assembly:* Dynamsoft.BarcodeReader.dll
1716

1817
```csharp
1918
public abstract class BarcodeDetails

programming/dotnet/api-reference/barcode-reader-module.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ The `BarcodeReaderModule` class defines general functions in the barcode reader
1515

1616
*Namespace:* Dynamsoft.DBR
1717

18-
*Assembly:* Dynamsoft.BarcodeReader.dll
1918

2019
```csharp
2120
public class BarcodeReaderModule

programming/dotnet/api-reference/barcode-result-item.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ The `BarcodeResultItem` class represents a barcode result item decoded by barcod
1313

1414
*Namespace:* Dynamsoft.DBR
1515

16-
*Assembly:* Dynamsoft.BarcodeReader.dll
1716

1817
*Inheritance:* [CapturedResultItem]({{ site.dcvb_dotnet_api }}core/basic-classes/captured-result-item.html) -> BarcodeResultItem
1918

@@ -53,7 +52,7 @@ Returns the format of the decoded barcode result.
5352

5453
**See Also**
5554

56-
[EnumBarcodeFormat]({{ site.dcvb_enumerations }}barcode-reader/barcode-format.html?lang=dotnet)
55+
[EnumBarcodeFormat]({{ site.dbr_dotnet_api }}enum-barcode-format.html)
5756

5857
### GetFormatString
5958

@@ -202,7 +201,7 @@ Returns the type of the captured result item.
202201

203202
**See Also**
204203

205-
[EnumCapturedResultItemType]({{ site.dcvb_enumerations }}core/captured-result-item-type.html?lang=dotnet)
204+
[EnumCapturedResultItemType]({{ site.dcvb_dotnet_api }}core/enum-captured-result-item-type.html)
206205

207206
### GetReferenceItem
208207

0 commit comments

Comments
 (0)