Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Nuget](https://img.shields.io/nuget/v/Aspose.BarCode-Cloud)](https://www.nuget.org/packages/Aspose.BarCode-Cloud/)

- API version: 4.0
- SDK version: 25.4.0
- SDK version: 25.5.0

## SDK and API Version Compatibility:

Expand Down
12 changes: 6 additions & 6 deletions docs/BarcodeImageParams.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Name | Type | Description | Notes
---- | ---- | ----------- | -----
**ImageFormat** | **BarcodeImageFormat** | | [optional]
**TextLocation** | **CodeLocation** | | [optional]
**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"]
**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"]
**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"]
**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"]
**Units** | **GraphicsUnit** | | [optional]
**Resolution** | **float?** | Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. | [optional]
**ImageHeight** | **float?** | Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
**ImageWidth** | **float?** | Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
**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]
**Resolution** | **float?** | Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. | [optional]
**ImageHeight** | **float?** | Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
**ImageWidth** | **float?** | Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
**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]
30 changes: 15 additions & 15 deletions docs/GenerateApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ Name | Type | Description | Notes
---- | ---- | ------------ | -----
**barcodeType** | **EncodeBarcodeType**| Type of barcode to generate. |
**data** | **string**| String represents data to encode |
**dataType** | **EncodeDataType?**| Type of data to encode. Default value: StringData. | [optional]
**imageFormat** | **BarcodeImageFormat?**| Barcode output image format. Default value: png | [optional]
**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]
**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"]
**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"]
**dataType** | **EncodeDataType?**| Type of data to encode. Default value: StringData. | [optional]
**imageFormat** | **BarcodeImageFormat?**| Barcode output image format. Default value: png | [optional]
**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]
**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"]
**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"]
**units** | **GraphicsUnit?**| Common Units for all measuring in query. Default units: pixel. | [optional]
**resolution** | **float?**| Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. | [optional]
**imageHeight** | **float?**| Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
**imageWidth** | **float?**| Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
**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]
**resolution** | **float?**| Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. | [optional]
**imageHeight** | **float?**| Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
**imageWidth** | **float?**| Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
**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]

### Return type

Expand Down Expand Up @@ -85,13 +85,13 @@ Name | Type | Description | Notes
**dataType** | **EncodeDataType?**| | [optional]
**imageFormat** | **BarcodeImageFormat?**| | [optional]
**textLocation** | **CodeLocation?**| | [optional]
**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"]
**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"]
**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"]
**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"]
**units** | **GraphicsUnit?**| | [optional]
**resolution** | **float?**| Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. | [optional]
**imageHeight** | **float?**| Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
**imageWidth** | **float?**| Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
**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]
**resolution** | **float?**| Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. | [optional]
**imageHeight** | **float?**| Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
**imageWidth** | **float?**| Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
**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]

### Return type

Expand Down
2 changes: 1 addition & 1 deletion examples/GenerateQR/GenerateQR.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Aspose.BarCode-Cloud" Version="25.4.0" />
<PackageReference Include="Aspose.BarCode-Cloud" Version="25.5.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion examples/ReadQR/ReadQR.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Aspose.BarCode-Cloud" Version="25.4.0" />
<PackageReference Include="Aspose.BarCode-Cloud" Version="25.5.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion snippets/Snippets.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Aspose.BarCode-Cloud" Version="25.4.0" />
<PackageReference Include="Aspose.BarCode-Cloud" Version="25.5.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion snippets/dependency.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<PackageReference Include="Aspose.BarCode-Cloud" Version="25.4.0" />
<PackageReference Include="Aspose.BarCode-Cloud" Version="25.5.0" />
30 changes: 15 additions & 15 deletions src/Api/GenerateApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -88,16 +88,16 @@ public GenerateApi(string clientSecret, string clientId)
/// </summary>
/// <param name="barcodeType">Type of barcode to generate.</param>
/// <param name="data">String represents data to encode</param>
/// <param name="dataType">Type of data to encode. Default value: StringData. (optional)</param>
/// <param name="imageFormat">Barcode output image format. Default value: png (optional)</param>
/// <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>
/// <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>
/// <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>
/// <param name="dataType">Type of data to encode. Default value: StringData. (optional)</param>
/// <param name="imageFormat">Barcode output image format. Default value: png (optional)</param>
/// <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>
/// <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>
/// <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>
/// <param name="units">Common Units for all measuring in query. Default units: pixel. (optional)</param>
/// <param name="resolution">Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. (optional)</param>
/// <param name="imageHeight">Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. (optional)</param>
/// <param name="imageWidth">Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. (optional)</param>
/// <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>
/// <param name="resolution">Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. (optional)</param>
/// <param name="imageHeight">Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. (optional)</param>
/// <param name="imageWidth">Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. (optional)</param>
/// <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>
/// <param name="cancellationToken"></param>
/// <returns>
/// A task that represents the asynchronous operation. Task result type is <see cref="System.IO.Stream" />
Expand Down Expand Up @@ -196,13 +196,13 @@ public GenerateApi(string clientSecret, string clientId)
/// <param name="dataType"> (optional)</param>
/// <param name="imageFormat"> (optional)</param>
/// <param name="textLocation"> (optional)</param>
/// <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>
/// <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>
/// <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>
/// <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>
/// <param name="units"> (optional)</param>
/// <param name="resolution">Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. (optional)</param>
/// <param name="imageHeight">Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. (optional)</param>
/// <param name="imageWidth">Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. (optional)</param>
/// <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>
/// <param name="resolution">Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. (optional)</param>
/// <param name="imageHeight">Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. (optional)</param>
/// <param name="imageWidth">Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. (optional)</param>
/// <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>
/// <param name="cancellationToken"></param>
/// <returns>
/// A task that represents the asynchronous operation. Task result type is <see cref="System.IO.Stream" />
Expand Down
6 changes: 3 additions & 3 deletions src/Aspose.BarCode.Cloud.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ Aspose.Barcode for Cloud allows you to control all aspects of the image and barc
<PackageId>Aspose.BarCode-Cloud</PackageId>
<Product>Aspose.BarCode Cloud SDK for .NET</Product>
<PackageIcon>PackageIcon.png</PackageIcon>
<Version>25.4.0</Version>
<Version>25.5.0</Version>
<Authors>Aspose</Authors>
<AssemblyVersion>25.4.0.0</AssemblyVersion>
<AssemblyVersion>25.5.0.0</AssemblyVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReleaseNotes>https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dotnet/releases/tag/v25.4.0</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dotnet/releases/tag/v25.5.0</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down
Loading