Skip to content

Commit 54c8bb9

Browse files
authored
Release 23.9 (#75)
* Added field `AztecEncodeMode` * Field `textEncoding` made deprecated
1 parent e69d0bc commit 54c8bb9

18 files changed

+128
-16
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Nuget](https://img.shields.io/nuget/v/Aspose.BarCode-Cloud)](https://www.nuget.org/packages/Aspose.BarCode-Cloud/)
77

88
- API version: 3.0
9-
- SDK version: 23.8.0
9+
- SDK version: 23.9.0
1010

1111
## Demo applications
1212

@@ -245,6 +245,7 @@ Class | Method | HTTP request | Description
245245
- [Model.AustralianPostParams](docs/AustralianPostParams.md)
246246
- [Model.AutoSizeMode](docs/AutoSizeMode.md)
247247
- [Model.AvailableGraphicsUnit](docs/AvailableGraphicsUnit.md)
248+
- [Model.AztecEncodeMode](docs/AztecEncodeMode.md)
248249
- [Model.AztecParams](docs/AztecParams.md)
249250
- [Model.AztecSymbolMode](docs/AztecSymbolMode.md)
250251
- [Model.BarcodeResponse](docs/BarcodeResponse.md)

docs/AztecEncodeMode.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Aspose.BarCode.Cloud.Sdk.Model.AztecEncodeMode
2+
3+
## Allowable values
4+
5+
* **Auto**
6+
* Bytes
7+
* ExtendedCodetext

docs/AztecParams.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,8 @@ Name | Type | Description | Notes
99
**AspectRatio** | **double?** | Height/Width ratio of 2D BarCode module. | [optional]
1010
**ErrorLevel** | **int?** | Level of error correction of Aztec types of barcode. Value should between 10 to 95. | [optional]
1111
**SymbolMode** | **AztecSymbolMode** | Aztec Symbol mode. Default value: AztecSymbolMode.Auto. | [optional]
12-
**TextEncoding** | **string** | Sets the encoding of codetext. | [optional]
12+
**TextEncoding** | **string** | DEPRECATED: This property is obsolete and will be removed in future releases. Unicode symbols detection and encoding will be processed in Auto mode with Extended Channel Interpretation charset designator. Using of own encodings requires manual CodeText encoding into byte[] array. Sets the encoding of codetext. | [optional]
13+
**EncodeMode** | **AztecEncodeMode** | Encoding mode for Aztec barcodes. Default value: Auto | [optional]
14+
**ECIEncoding** | **ECIEncodings** | Identifies ECI encoding. Used when AztecEncodeMode is Auto. Default value: ISO-8859-1. | [optional]
15+
**IsReaderInitialization** | **bool?** | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. | [optional]
16+
**LayersCount** | **int?** | Gets or sets layers count of Aztec symbol. Layers count should be in range from 1 to 3 for Compact mode and in range from 1 to 32 for Full Range mode. Default value: 0 (auto). | [optional]

docs/DataMatrixParams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ DataMatrix parameters.
77
Name | Type | Description | Notes
88
---- | ---- | ----------- | -----
99
**AspectRatio** | **double?** | Height/Width ratio of 2D BarCode module | [optional]
10-
**TextEncoding** | **string** | Encoding of codetext. | [optional]
10+
**TextEncoding** | **string** | DEPRECATED: This property is obsolete and will be removed in future releases. Unicode symbols detection and encoding will be processed in Auto mode with Extended Channel Interpretation charset designator. Using of own encodings requires manual CodeText encoding into byte[] array. Sets the encoding of codetext. | [optional]
1111
**Columns** | **int?** | DEPRECATED: Will be replaced with 'DataMatrix.Version' in the next release Columns count. | [optional]
1212
**DataMatrixEcc** | **DataMatrixEccType** | Datamatrix ECC type. Default value: DataMatrixEccType.Ecc200. | [optional]
1313
**DataMatrixEncodeMode** | **DataMatrixEncodeMode** | Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode.Auto. | [optional]

docs/DecodeBarcodeType.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,5 @@ See DecodeType
8585
* HIBCQRPAS
8686
* HanXin
8787
* GS1HanXin
88+
* GS1Aztec
89+
* GS1CompositeBar

docs/EncodeBarcodeType.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,4 @@ See EncodeTypes
7474
* GS1DotCode
7575
* HanXin
7676
* GS1HanXin
77+
* GS1Aztec

docs/Pdf417Params.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PDF417 parameters.
77
Name | Type | Description | Notes
88
---- | ---- | ----------- | -----
99
**AspectRatio** | **double?** | Height/Width ratio of 2D BarCode module. | [optional]
10-
**TextEncoding** | **string** | Encoding of codetext. | [optional]
10+
**TextEncoding** | **string** | DEPRECATED: This property is obsolete and will be removed in future releases. Unicode symbols detection and encoding will be processed in Auto mode with Extended Channel Interpretation charset designator. Using of own encodings requires manual CodeText encoding into byte[] array. Sets the encoding of codetext. | [optional]
1111
**Columns** | **int?** | Columns count. | [optional]
1212
**CompactionMode** | **Pdf417CompactionMode** | Pdf417 symbology type of BarCode's compaction mode. Default value: Pdf417CompactionMode.Auto. | [optional]
1313
**ErrorLevel** | **Pdf417ErrorLevel** | Pdf417 symbology type of BarCode's error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture. | [optional]

docs/QrParams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ QR parameters.
77
Name | Type | Description | Notes
88
---- | ---- | ----------- | -----
99
**AspectRatio** | **double?** | Height/Width ratio of 2D BarCode module. | [optional]
10-
**TextEncoding** | **string** | Encoding of codetext. | [optional]
10+
**TextEncoding** | **string** | DEPRECATED: This property is obsolete and will be removed in future releases. Unicode symbols detection and encoding will be processed in Auto mode with Extended Channel Interpretation charset designator. Using of own encodings requires manual CodeText encoding into byte[] array. Sets the encoding of codetext. | [optional]
1111
**EncodeType** | **QREncodeType** | QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR. | [optional]
1212
**ECIEncoding** | **ECIEncodings** | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. | [optional]
1313
**EncodeMode** | **QREncodeMode** | QR symbology type of BarCode's encoding mode. Default value: QREncodeMode.Auto. | [optional]

examples/GenerateQR/GenerateQR.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Aspose.BarCode-Cloud" Version="23.8.0" />
9+
<PackageReference Include="Aspose.BarCode-Cloud" Version="23.9.0" />
1010
</ItemGroup>
1111

1212
</Project>

examples/ReadQR/ReadQR.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Aspose.BarCode-Cloud" Version="23.8.0" />
9+
<PackageReference Include="Aspose.BarCode-Cloud" Version="23.9.0" />
1010
</ItemGroup>
1111

1212
</Project>

0 commit comments

Comments
 (0)