Skip to content

Commit 8d0276b

Browse files
Denis-AverinIvan Kamkin
andauthored
Release 23.8 (#58)
* Added AllowAdditionalRestorations flag to reader params * Added DataMatrixVersion enum and DataMatrixVersion param into DataMatrixParams * Improved documentation --------- Co-authored-by: Ivan Kamkin <[email protected]>
1 parent e79ea4a commit 8d0276b

File tree

85 files changed

+1228
-124
lines changed

Some content is hidden

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

85 files changed

+1228
-124
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Supported PHP Versions](https://img.shields.io/packagist/dependency-v/aspose/barcode-cloud-php/php)](https://packagist.org/packages/aspose/barcode-cloud-php)
77

88
- API version: 3.0
9-
- Package version: 23.7.1
9+
- Package version: 23.8.0
1010
- Supported PHP versions: ">=7.4 || >=8.0"
1111

1212
## Demo applications
@@ -139,6 +139,7 @@ Class | Method | HTTP request | Description
139139
- [DataMatrixEccType](docs/Model/DataMatrixEccType.md)
140140
- [DataMatrixEncodeMode](docs/Model/DataMatrixEncodeMode.md)
141141
- [DataMatrixParams](docs/Model/DataMatrixParams.md)
142+
- [DataMatrixVersion](docs/Model/DataMatrixVersion.md)
142143
- [DecodeBarcodeType](docs/Model/DecodeBarcodeType.md)
143144
- [DiscUsage](docs/Model/DiscUsage.md)
144145
- [DotCodeEncodeMode](docs/Model/DotCodeEncodeMode.md)

docs/Api/BarcodeApi.md

Lines changed: 8 additions & 4 deletions
Large diffs are not rendered by default.

docs/Model/AustralianPostParams.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# AustralianPostParams
22

3+
AustralianPost barcode parameters.
4+
35
## Properties
46
Name | Type | Description | Notes
57
---- | ---- | ----------- | -----

docs/Model/AutoSizeMode.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# AutoSizeMode
22

3-
## Properties
4-
Name | Type | Description | Notes
5-
---- | ---- | ----------- | -----
3+
4+
## Allowable values
5+
6+
* **NONE**
7+
* NEAREST
8+
* INTERPOLATION
69

710
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
811

docs/Model/AvailableGraphicsUnit.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# AvailableGraphicsUnit
22

3-
## Properties
4-
Name | Type | Description | Notes
5-
---- | ---- | ----------- | -----
3+
Subset of GraphicsUnit.
4+
## Allowable values
5+
6+
* **PIXEL**
7+
* POINT
8+
* INCH
9+
* MILLIMETER
610

711
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
812

docs/Model/AztecParams.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# AztecParams
22

3+
Aztec parameters.
4+
35
## Properties
46
Name | Type | Description | Notes
57
---- | ---- | ----------- | -----

docs/Model/AztecSymbolMode.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# AztecSymbolMode
22

3-
## Properties
4-
Name | Type | Description | Notes
5-
---- | ---- | ----------- | -----
3+
4+
## Allowable values
5+
6+
* **AUTO**
7+
* COMPACT
8+
* FULL_RANGE
9+
* RUNE
610

711
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
812

docs/Model/BarcodeResponse.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# BarcodeResponse
22

3+
Represents information about barcode.
4+
35
## Properties
46
Name | Type | Description | Notes
57
---- | ---- | ----------- | -----

docs/Model/BarcodeResponseList.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# BarcodeResponseList
22

3+
Represents information about barcode list.
4+
35
## Properties
46
Name | Type | Description | Notes
57
---- | ---- | ----------- | -----

docs/Model/BorderDashStyle.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# BorderDashStyle
22

3-
## Properties
4-
Name | Type | Description | Notes
5-
---- | ---- | ----------- | -----
3+
4+
## Allowable values
5+
6+
* **SOLID**
7+
* DASH
8+
* DOT
9+
* DASH_DOT
10+
* DASH_DOT_DOT
611

712
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
813

0 commit comments

Comments
 (0)