Skip to content

Commit 7758f46

Browse files
authored
Release 25.5 (#106)
1 parent 3594a82 commit 7758f46

11 files changed

+66
-66
lines changed

README.md

Lines changed: 1 addition & 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: 4.0
9-
- SDK version: 25.4.0
9+
- SDK version: 25.5.0
1010

1111
## SDK and API Version Compatibility:
1212

docs/BarcodeImageParams.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ Name | Type | Description | Notes
88
---- | ---- | ----------- | -----
99
**ImageFormat** | **BarcodeImageFormat** | | [optional]
1010
**TextLocation** | **CodeLocation** | | [optional]
11-
**ForegroundColor** | **string** | Specify the displaying bars and content Color. Value: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #. For example: AliceBlue or #FF000000 Default value: Black. | [optional] [default to "Black"]
12-
**BackgroundColor** | **string** | Background color of the barcode image. Value: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #. For example: AliceBlue or #FF000000 Default value: White. | [optional] [default to "White"]
11+
**ForegroundColor** | **string** | Specify the displaying bars and content Color. Value: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #. For example: AliceBlue or #FF000000 Default value: Black. | [optional] [default to "Black"]
12+
**BackgroundColor** | **string** | Background color of the barcode image. Value: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #. For example: AliceBlue or #FF000000 Default value: White. | [optional] [default to "White"]
1313
**Units** | **GraphicsUnit** | | [optional]
14-
**Resolution** | **float?** | Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. | [optional]
15-
**ImageHeight** | **float?** | Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
16-
**ImageWidth** | **float?** | Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
17-
**RotationAngle** | **int?** | BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation. If RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image. Default value: 0. | [optional]
14+
**Resolution** | **float?** | Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. | [optional]
15+
**ImageHeight** | **float?** | Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
16+
**ImageWidth** | **float?** | Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
17+
**RotationAngle** | **int?** | BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation. If RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image. Default value: 0. | [optional]

docs/GenerateApi.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ Name | Type | Description | Notes
2323
---- | ---- | ------------ | -----
2424
**barcodeType** | **EncodeBarcodeType**| Type of barcode to generate. |
2525
**data** | **string**| String represents data to encode |
26-
**dataType** | **EncodeDataType?**| Type of data to encode. Default value: StringData. | [optional]
27-
**imageFormat** | **BarcodeImageFormat?**| Barcode output image format. Default value: png | [optional]
28-
**textLocation** | **CodeLocation?**| Specify the displaying Text Location, set to CodeLocation.None to hide CodeText. Default value: Depends on BarcodeType. CodeLocation.Below for 1D Barcodes. CodeLocation.None for 2D Barcodes. | [optional]
29-
**foregroundColor** | **string**| Specify the displaying bars and content Color. Value: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #. For example: AliceBlue or #FF000000 Default value: Black. | [optional] [default to "Black"]
30-
**backgroundColor** | **string**| Background color of the barcode image. Value: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #. For example: AliceBlue or #FF000000 Default value: White. | [optional] [default to "White"]
26+
**dataType** | **EncodeDataType?**| Type of data to encode. Default value: StringData. | [optional]
27+
**imageFormat** | **BarcodeImageFormat?**| Barcode output image format. Default value: png | [optional]
28+
**textLocation** | **CodeLocation?**| Specify the displaying Text Location, set to CodeLocation.None to hide CodeText. Default value: Depends on BarcodeType. CodeLocation.Below for 1D Barcodes. CodeLocation.None for 2D Barcodes. | [optional]
29+
**foregroundColor** | **string**| Specify the displaying bars and content Color. Value: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #. For example: AliceBlue or #FF000000 Default value: Black. | [optional] [default to "Black"]
30+
**backgroundColor** | **string**| Background color of the barcode image. Value: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #. For example: AliceBlue or #FF000000 Default value: White. | [optional] [default to "White"]
3131
**units** | **GraphicsUnit?**| Common Units for all measuring in query. Default units: pixel. | [optional]
32-
**resolution** | **float?**| Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. | [optional]
33-
**imageHeight** | **float?**| Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
34-
**imageWidth** | **float?**| Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
35-
**rotationAngle** | **int?**| BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation. If RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image. Default value: 0. | [optional]
32+
**resolution** | **float?**| Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. | [optional]
33+
**imageHeight** | **float?**| Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
34+
**imageWidth** | **float?**| Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
35+
**rotationAngle** | **int?**| BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation. If RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image. Default value: 0. | [optional]
3636

3737
### Return type
3838

@@ -85,13 +85,13 @@ Name | Type | Description | Notes
8585
**dataType** | **EncodeDataType?**| | [optional]
8686
**imageFormat** | **BarcodeImageFormat?**| | [optional]
8787
**textLocation** | **CodeLocation?**| | [optional]
88-
**foregroundColor** | **string**| Specify the displaying bars and content Color. Value: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #. For example: AliceBlue or #FF000000 Default value: Black. | [optional] [default to "Black"]
89-
**backgroundColor** | **string**| Background color of the barcode image. Value: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #. For example: AliceBlue or #FF000000 Default value: White. | [optional] [default to "White"]
88+
**foregroundColor** | **string**| Specify the displaying bars and content Color. Value: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #. For example: AliceBlue or #FF000000 Default value: Black. | [optional] [default to "Black"]
89+
**backgroundColor** | **string**| Background color of the barcode image. Value: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #. For example: AliceBlue or #FF000000 Default value: White. | [optional] [default to "White"]
9090
**units** | **GraphicsUnit?**| | [optional]
91-
**resolution** | **float?**| Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. | [optional]
92-
**imageHeight** | **float?**| Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
93-
**imageWidth** | **float?**| Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
94-
**rotationAngle** | **int?**| BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation. If RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image. Default value: 0. | [optional]
91+
**resolution** | **float?**| Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. | [optional]
92+
**imageHeight** | **float?**| Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
93+
**imageWidth** | **float?**| Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
94+
**rotationAngle** | **int?**| BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation. If RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image. Default value: 0. | [optional]
9595

9696
### Return type
9797

examples/GenerateQR/GenerateQR.csproj

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

99
<ItemGroup>
10-
<PackageReference Include="Aspose.BarCode-Cloud" Version="25.4.0" />
10+
<PackageReference Include="Aspose.BarCode-Cloud" Version="25.5.0" />
1111
</ItemGroup>
1212

1313
</Project>

examples/ReadQR/ReadQR.csproj

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

99
<ItemGroup>
10-
<PackageReference Include="Aspose.BarCode-Cloud" Version="25.4.0" />
10+
<PackageReference Include="Aspose.BarCode-Cloud" Version="25.5.0" />
1111
</ItemGroup>
1212

1313
</Project>

snippets/Snippets.csproj

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

99
<ItemGroup>
10-
<PackageReference Include="Aspose.BarCode-Cloud" Version="25.4.0" />
10+
<PackageReference Include="Aspose.BarCode-Cloud" Version="25.5.0" />
1111
</ItemGroup>
1212

1313
</Project>

snippets/dependency.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<PackageReference Include="Aspose.BarCode-Cloud" Version="25.4.0" />
1+
<PackageReference Include="Aspose.BarCode-Cloud" Version="25.5.0" />

src/Api/GenerateApi.cs

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -88,16 +88,16 @@ public GenerateApi(string clientSecret, string clientId)
8888
/// </summary>
8989
/// <param name="barcodeType">Type of barcode to generate.</param>
9090
/// <param name="data">String represents data to encode</param>
91-
/// <param name="dataType">Type of data to encode. Default value: StringData. (optional)</param>
92-
/// <param name="imageFormat">Barcode output image format. Default value: png (optional)</param>
93-
/// <param name="textLocation">Specify the displaying Text Location, set to CodeLocation.None to hide CodeText. Default value: Depends on BarcodeType. CodeLocation.Below for 1D Barcodes. CodeLocation.None for 2D Barcodes. (optional)</param>
94-
/// <param name="foregroundColor">Specify the displaying bars and content Color. Value: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #. For example: AliceBlue or #FF000000 Default value: Black. (optional, default to &quot;Black&quot;)</param>
95-
/// <param name="backgroundColor">Background color of the barcode image. Value: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #. For example: AliceBlue or #FF000000 Default value: White. (optional, default to &quot;White&quot;)</param>
91+
/// <param name="dataType">Type of data to encode. Default value: StringData. (optional)</param>
92+
/// <param name="imageFormat">Barcode output image format. Default value: png (optional)</param>
93+
/// <param name="textLocation">Specify the displaying Text Location, set to CodeLocation.None to hide CodeText. Default value: Depends on BarcodeType. CodeLocation.Below for 1D Barcodes. CodeLocation.None for 2D Barcodes. (optional)</param>
94+
/// <param name="foregroundColor">Specify the displaying bars and content Color. Value: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #. For example: AliceBlue or #FF000000 Default value: Black. (optional, default to &quot;Black&quot;)</param>
95+
/// <param name="backgroundColor">Background color of the barcode image. Value: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #. For example: AliceBlue or #FF000000 Default value: White. (optional, default to &quot;White&quot;)</param>
9696
/// <param name="units">Common Units for all measuring in query. Default units: pixel. (optional)</param>
97-
/// <param name="resolution">Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. (optional)</param>
98-
/// <param name="imageHeight">Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. (optional)</param>
99-
/// <param name="imageWidth">Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. (optional)</param>
100-
/// <param name="rotationAngle">BarCode image rotation angle, measured in degree, e.g. RotationAngle &#x3D; 0 or RotationAngle &#x3D; 360 means no rotation. If RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image. Default value: 0. (optional)</param>
97+
/// <param name="resolution">Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. (optional)</param>
98+
/// <param name="imageHeight">Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. (optional)</param>
99+
/// <param name="imageWidth">Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. (optional)</param>
100+
/// <param name="rotationAngle">BarCode image rotation angle, measured in degree, e.g. RotationAngle &#x3D; 0 or RotationAngle &#x3D; 360 means no rotation. If RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image. Default value: 0. (optional)</param>
101101
/// <param name="cancellationToken"></param>
102102
/// <returns>
103103
/// A task that represents the asynchronous operation. Task result type is <see cref="System.IO.Stream" />
@@ -196,13 +196,13 @@ public GenerateApi(string clientSecret, string clientId)
196196
/// <param name="dataType"> (optional)</param>
197197
/// <param name="imageFormat"> (optional)</param>
198198
/// <param name="textLocation"> (optional)</param>
199-
/// <param name="foregroundColor">Specify the displaying bars and content Color. Value: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #. For example: AliceBlue or #FF000000 Default value: Black. (optional, default to &quot;Black&quot;)</param>
200-
/// <param name="backgroundColor">Background color of the barcode image. Value: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #. For example: AliceBlue or #FF000000 Default value: White. (optional, default to &quot;White&quot;)</param>
199+
/// <param name="foregroundColor">Specify the displaying bars and content Color. Value: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #. For example: AliceBlue or #FF000000 Default value: Black. (optional, default to &quot;Black&quot;)</param>
200+
/// <param name="backgroundColor">Background color of the barcode image. Value: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #. For example: AliceBlue or #FF000000 Default value: White. (optional, default to &quot;White&quot;)</param>
201201
/// <param name="units"> (optional)</param>
202-
/// <param name="resolution">Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. (optional)</param>
203-
/// <param name="imageHeight">Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. (optional)</param>
204-
/// <param name="imageWidth">Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. (optional)</param>
205-
/// <param name="rotationAngle">BarCode image rotation angle, measured in degree, e.g. RotationAngle &#x3D; 0 or RotationAngle &#x3D; 360 means no rotation. If RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image. Default value: 0. (optional)</param>
202+
/// <param name="resolution">Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. (optional)</param>
203+
/// <param name="imageHeight">Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. (optional)</param>
204+
/// <param name="imageWidth">Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. (optional)</param>
205+
/// <param name="rotationAngle">BarCode image rotation angle, measured in degree, e.g. RotationAngle &#x3D; 0 or RotationAngle &#x3D; 360 means no rotation. If RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image. Default value: 0. (optional)</param>
206206
/// <param name="cancellationToken"></param>
207207
/// <returns>
208208
/// A task that represents the asynchronous operation. Task result type is <see cref="System.IO.Stream" />

src/Aspose.BarCode.Cloud.Sdk.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ Aspose.Barcode for Cloud allows you to control all aspects of the image and barc
1919
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2020
<DebugType>embedded</DebugType>
2121
<PackageTags>Barcode Scan Recognize Generate QR DataMatrix AustraliaPost VIN MSI Aztec ISBN OPC Postnet Aspose Aspose.BarCode Aspose.BarCode-Cloud EAN13 ISSN PZN SingaporePost UPCA UPCE Code11 Code128 Code32 DotCode EAN14 EAN8 GS1DataMatrix</PackageTags>
22-
<Copyright>© Aspose Pty Ltd 2001-2024. All Rights Reserved.</Copyright>
22+
<Copyright>© Aspose Pty Ltd 2001-2025. All Rights Reserved.</Copyright>
2323
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2424
<PackageId>Aspose.BarCode-Cloud</PackageId>
2525
<Product>Aspose.BarCode Cloud SDK for .NET</Product>
2626
<PackageIcon>PackageIcon.png</PackageIcon>
27-
<Version>25.4.0</Version>
27+
<Version>25.5.0</Version>
2828
<Authors>Aspose</Authors>
29-
<AssemblyVersion>25.4.0.0</AssemblyVersion>
29+
<AssemblyVersion>25.5.0.0</AssemblyVersion>
3030
<PackageReadmeFile>README.md</PackageReadmeFile>
31-
<PackageReleaseNotes>https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dotnet/releases/tag/v25.4.0</PackageReleaseNotes>
31+
<PackageReleaseNotes>https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dotnet/releases/tag/v25.5.0</PackageReleaseNotes>
3232
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
3333
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
3434
<GenerateDocumentationFile>true</GenerateDocumentationFile>

0 commit comments

Comments
 (0)