diff --git a/README.md b/README.md index 75d3cd8..ad717ed 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/docs/BarcodeImageParams.md b/docs/BarcodeImageParams.md index 8828d54..17007a9 100644 --- a/docs/BarcodeImageParams.md +++ b/docs/BarcodeImageParams.md @@ -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] diff --git a/docs/GenerateApi.md b/docs/GenerateApi.md index bda0a76..669be11 100644 --- a/docs/GenerateApi.md +++ b/docs/GenerateApi.md @@ -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 @@ -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 diff --git a/examples/GenerateQR/GenerateQR.csproj b/examples/GenerateQR/GenerateQR.csproj index 4ce8d3f..ed8a338 100644 --- a/examples/GenerateQR/GenerateQR.csproj +++ b/examples/GenerateQR/GenerateQR.csproj @@ -7,7 +7,7 @@ - + diff --git a/examples/ReadQR/ReadQR.csproj b/examples/ReadQR/ReadQR.csproj index 4ce8d3f..ed8a338 100644 --- a/examples/ReadQR/ReadQR.csproj +++ b/examples/ReadQR/ReadQR.csproj @@ -7,7 +7,7 @@ - + diff --git a/snippets/Snippets.csproj b/snippets/Snippets.csproj index 4ce8d3f..ed8a338 100644 --- a/snippets/Snippets.csproj +++ b/snippets/Snippets.csproj @@ -7,7 +7,7 @@ - + diff --git a/snippets/dependency.xml b/snippets/dependency.xml index df4026c..62410ee 100644 --- a/snippets/dependency.xml +++ b/snippets/dependency.xml @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/Api/GenerateApi.cs b/src/Api/GenerateApi.cs index 3fb76b6..6db805d 100644 --- a/src/Api/GenerateApi.cs +++ b/src/Api/GenerateApi.cs @@ -88,16 +88,16 @@ public GenerateApi(string clientSecret, string clientId) /// /// Type of barcode to generate. /// String represents data to encode - /// Type of data to encode. Default value: StringData. (optional) - /// Barcode output image format. Default value: png (optional) - /// 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) - /// 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") - /// 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") + /// Type of data to encode. Default value: StringData. (optional) + /// Barcode output image format. Default value: png (optional) + /// 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) + /// 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") + /// 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") /// Common Units for all measuring in query. Default units: pixel. (optional) - /// Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. (optional) - /// Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. (optional) - /// Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. (optional) - /// 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 of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. (optional) + /// Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. (optional) + /// Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. (optional) + /// 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) /// /// /// A task that represents the asynchronous operation. Task result type is @@ -196,13 +196,13 @@ public GenerateApi(string clientSecret, string clientId) /// (optional) /// (optional) /// (optional) - /// 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") - /// 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") + /// 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") + /// 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") /// (optional) - /// Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. (optional) - /// Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. (optional) - /// Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. (optional) - /// 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 of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. (optional) + /// Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. (optional) + /// Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. (optional) + /// 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) /// /// /// A task that represents the asynchronous operation. Task result type is diff --git a/src/Aspose.BarCode.Cloud.Sdk.csproj b/src/Aspose.BarCode.Cloud.Sdk.csproj index 258ac75..6216881 100644 --- a/src/Aspose.BarCode.Cloud.Sdk.csproj +++ b/src/Aspose.BarCode.Cloud.Sdk.csproj @@ -19,16 +19,16 @@ Aspose.Barcode for Cloud allows you to control all aspects of the image and barc true embedded 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 - © Aspose Pty Ltd 2001-2024. All Rights Reserved. + © Aspose Pty Ltd 2001-2025. All Rights Reserved. true Aspose.BarCode-Cloud Aspose.BarCode Cloud SDK for .NET PackageIcon.png - 25.4.0 + 25.5.0 Aspose - 25.4.0.0 + 25.5.0.0 README.md - https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dotnet/releases/tag/v25.4.0 + https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dotnet/releases/tag/v25.5.0 true LICENSE.txt true diff --git a/src/Interfaces/IGenerateApi.cs b/src/Interfaces/IGenerateApi.cs index 3b6faff..e6d2c48 100644 --- a/src/Interfaces/IGenerateApi.cs +++ b/src/Interfaces/IGenerateApi.cs @@ -21,16 +21,16 @@ public interface IGenerateApi /// Thrown when fails to make API call /// Type of barcode to generate. /// String represents data to encode - /// Type of data to encode. Default value: StringData. - /// Barcode output image format. Default value: png - /// 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. - /// 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. - /// 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. + /// Type of data to encode. Default value: StringData. + /// Barcode output image format. Default value: png + /// 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. + /// 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. + /// 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. /// Common Units for all measuring in query. Default units: pixel. - /// Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. - /// Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. - /// Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. - /// 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. + /// Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. + /// Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. + /// Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. + /// 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. /// Cancellation Token to cancel the request. /// Task of System.IO.Stream Task GenerateAsync(EncodeBarcodeType barcodeType, string data, EncodeDataType? dataType = default, BarcodeImageFormat? imageFormat = default, CodeLocation? textLocation = default, string foregroundColor = default, string backgroundColor = default, GraphicsUnit? units = default, float? resolution = default, float? imageHeight = default, float? imageWidth = default, int? rotationAngle = default, System.Threading.CancellationToken cancellationToken = default); @@ -57,13 +57,13 @@ public interface IGenerateApi /// /// /// - /// 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. - /// 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. + /// 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. + /// 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. /// - /// Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. - /// Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. - /// Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. - /// 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. + /// Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. + /// Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. + /// Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. + /// 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. /// Cancellation Token to cancel the request. /// Task of System.IO.Stream Task GenerateMultipartAsync(EncodeBarcodeType barcodeType, string data, EncodeDataType? dataType = default, BarcodeImageFormat? imageFormat = default, CodeLocation? textLocation = default, string foregroundColor = default, string backgroundColor = default, GraphicsUnit? units = default, float? resolution = default, float? imageHeight = default, float? imageWidth = default, int? rotationAngle = default, System.Threading.CancellationToken cancellationToken = default); diff --git a/src/Model/BarcodeImageParams.cs b/src/Model/BarcodeImageParams.cs index be92b9d..db98d84 100644 --- a/src/Model/BarcodeImageParams.cs +++ b/src/Model/BarcodeImageParams.cs @@ -28,32 +28,32 @@ public class BarcodeImageParams : IToString public GraphicsUnit? Units { get; set; } /// - /// 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. + /// 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. /// public string ForegroundColor { get; set; } /// - /// 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. + /// 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. /// public string BackgroundColor { get; set; } /// - /// Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. + /// Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. /// public float? Resolution { get; set; } /// - /// Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. + /// Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. /// public float? ImageHeight { get; set; } /// - /// Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. + /// Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. /// public float? ImageWidth { get; set; } /// - /// 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. + /// 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. /// public int? RotationAngle { get; set; }