diff --git a/README.md b/README.md
index 7dd0490..0fdbbff 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
[](https://releases.aspose.cloud/java/repo/com/aspose/aspose-barcode-cloud/)
- API version: 4.0
-- SDK version: 25.4.0
+- SDK version: 25.5.0
## SDK and API Version Compatibility:
@@ -73,7 +73,7 @@ Add this dependency to your project's POM:
com.aspose
aspose-barcode-cloud
- 25.4.0
+ 25.5.0
compile
```
@@ -88,7 +88,7 @@ mvn clean package
Then manually install the following JARs:
-- `target/aspose-barcode-cloud-25.4.0.jar`
+- `target/aspose-barcode-cloud-25.5.0.jar`
- `target/lib/*.jar`
## Getting Started
diff --git a/docs/BarcodeImageParams.md b/docs/BarcodeImageParams.md
index 94fae6d..c0bf7e1 100644
--- a/docs/BarcodeImageParams.md
+++ b/docs/BarcodeImageParams.md
@@ -10,13 +10,13 @@ Barcode image optional parameters
|------------ | ------------- | ------------- | -------------|
|**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] |
-|**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] |
+|**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] |
+|**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] |
|**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** | **Integer** | 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** | **Integer** | 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 6c48e9e..98c6902 100644
--- a/docs/GenerateApi.md
+++ b/docs/GenerateApi.md
@@ -21,16 +21,16 @@ Name | Type | Description | Notes
---- | ---- | ------------ | -----
**barcodeType** | [**EncodeBarcodeType**](.md)| Type of barcode to generate. | [enum: QR, AustraliaPost, AustralianPosteParcel, Aztec, Codabar, CodablockF, Code11, Code128, Code16K, Code32, Code39, Code39FullASCII, Code93, DataLogic2of5, DataMatrix, DatabarExpanded, DatabarExpandedStacked, DatabarLimited, DatabarOmniDirectional, DatabarStacked, DatabarStackedOmniDirectional, DatabarTruncated, DeutschePostIdentcode, DeutschePostLeitcode, DotCode, DutchKIX, EAN13, EAN14, EAN8, GS1Aztec, GS1CodablockF, GS1Code128, GS1DataMatrix, GS1DotCode, GS1HanXin, GS1MicroPdf417, GS1QR, HanXin, IATA2of5, ISBN, ISMN, ISSN, ITF14, ITF6, Interleaved2of5, ItalianPost25, MSI, MacroPdf417, Mailmark, Matrix2of5, MaxiCode, MicroPdf417, MicroQR, OPC, OneCode, PZN, PatchCode, Pdf417, Pharmacode, Planet, Postnet, RM4SCC, RectMicroQR, SCC14, SSCC18, SingaporePost, Standard2of5, SwissPostParcel, UPCA, UPCE, UpcaGs1Code128Coupon, UpcaGs1DatabarCoupon, VIN]
**data** | **String**| String represents data to encode |
- **dataType** | [**EncodeDataType**](.md)| Type of data to encode. Default value: StringData. | [optional] [enum: StringData, Base64Bytes, HexBytes]
- **imageFormat** | [**BarcodeImageFormat**](.md)| Barcode output image format. Default value: png | [optional] [enum: Png, Jpeg, Svg, Tiff, Gif]
- **textLocation** | [**CodeLocation**](.md)| 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] [enum: Below, Above, None]
- **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**](.md)| Type of data to encode. Default value: StringData. | [optional] [enum: StringData, Base64Bytes, HexBytes]
+ **imageFormat** | [**BarcodeImageFormat**](.md)| Barcode output image format. Default value: png | [optional] [enum: Png, Jpeg, Svg, Tiff, Gif]
+ **textLocation** | [**CodeLocation**](.md)| 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] [enum: Below, Above, None]
+ **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**](.md)| Common Units for all measuring in query. Default units: pixel. | [optional] [enum: Pixel, Point, Inch, Millimeter]
- **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** | **Integer**| 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** | **Integer**| 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]
### generate return type
@@ -69,13 +69,13 @@ Name | Type | Description | Notes
**dataType** | [**EncodeDataType**](EncodeDataType.md)| | [optional] [enum: StringData, Base64Bytes, HexBytes]
**imageFormat** | [**BarcodeImageFormat**](BarcodeImageFormat.md)| | [optional] [enum: Png, Jpeg, Svg, Tiff, Gif]
**textLocation** | [**CodeLocation**](CodeLocation.md)| | [optional] [enum: Below, Above, None]
- **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**](GraphicsUnit.md)| | [optional] [enum: Pixel, Point, Inch, Millimeter]
- **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** | **Integer**| 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** | **Integer**| 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]
### generateMultipart return type
diff --git a/pom.xml b/pom.xml
index c270175..1563946 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
aspose-barcode-cloud
jar
aspose-barcode-cloud
- 25.4.0
+ 25.5.0
https://www.aspose.cloud
Aspose.BarCode Cloud SDK for Java
diff --git a/snippets/dependency.xml b/snippets/dependency.xml
index 50899f4..55e0b94 100644
--- a/snippets/dependency.xml
+++ b/snippets/dependency.xml
@@ -11,7 +11,7 @@
com.aspose
aspose-barcode-cloud
- 25.4.0
+ 25.5.0
\ No newline at end of file
diff --git a/src/main/java/com/aspose/barcode/cloud/ApiClient.java b/src/main/java/com/aspose/barcode/cloud/ApiClient.java
index aac7158..6a27dd3 100644
--- a/src/main/java/com/aspose/barcode/cloud/ApiClient.java
+++ b/src/main/java/com/aspose/barcode/cloud/ApiClient.java
@@ -40,7 +40,7 @@
/** ApiClient. */
public class ApiClient {
public final String apiVersion = "v4.0";
- public final String clientVersion = "25.4.0";
+ public final String clientVersion = "25.5.0";
private String baseUrl = "https://api.aspose.cloud";
private String tokenUrl = "https://id.aspose.cloud/connect/token";
@@ -88,7 +88,7 @@ protected ApiClient(long readTimeoutMillis) {
json = new JSON();
// Set default User-Agent.
- setUserAgent("OpenApi-Generator/25.4.0/java");
+ setUserAgent("OpenApi-Generator/25.5.0/java");
addDefaultHeader("x-aspose-client", "java sdk");
addDefaultHeader("x-aspose-client-version", clientVersion);