Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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 @@ -5,7 +5,7 @@
[![npm](https://img.shields.io/npm/v/aspose-barcode-cloud-node)](https://www.npmjs.com/package/aspose-barcode-cloud-node)

+ API version: 4.0
+ Package version: 25.4.0
+ Package version: 25.5.0

## SDK and API Version Compatibility:

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

#### GenerateApi.generate return type

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

#### GenerateApi.generateMultipart return type

Expand Down
12 changes: 6 additions & 6 deletions docs/models.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,33 +69,33 @@ interface BarcodeImageParams {
textLocation?: CodeLocation;

/**
* 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.
*/
foregroundColor?: 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.
* 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.
*/
backgroundColor?: string;
units?: GraphicsUnit;

/**
* 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.
*/
resolution?: number;

/**
* 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.
*/
imageHeight?: number;

/**
* 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.
*/
imageWidth?: number;

/**
* 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.
*/
rotationAngle?: number;
}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aspose-barcode-cloud-node",
"version": "25.4.0",
"version": "25.5.0",
"description": "Aspose.BarCode Cloud SDK for Node.js",
"homepage": "https://products.aspose.cloud/barcode/nodejs",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ let typeMap: { [index: string]: any } = {
export class GenerateApi {
protected defaultHeaders: any = {
'x-aspose-client': 'nodejs sdk',
'x-aspose-client-version': '25.4.0',
'x-aspose-client-version': '25.5.0',
};
protected _configuration: Configuration;
private _client: HttpClient;
Expand Down Expand Up @@ -423,7 +423,7 @@ export class GenerateApi {
export class RecognizeApi {
protected defaultHeaders: any = {
'x-aspose-client': 'nodejs sdk',
'x-aspose-client-version': '25.4.0',
'x-aspose-client-version': '25.5.0',
};
protected _configuration: Configuration;
private _client: HttpClient;
Expand Down Expand Up @@ -598,7 +598,7 @@ export class RecognizeApi {
export class ScanApi {
protected defaultHeaders: any = {
'x-aspose-client': 'nodejs sdk',
'x-aspose-client-version': '25.4.0',
'x-aspose-client-version': '25.5.0',
};
protected _configuration: Configuration;
private _client: HttpClient;
Expand Down
24 changes: 12 additions & 12 deletions src/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,28 +99,28 @@ export class BarcodeImageParams {
'imageFormat'?: BarcodeImageFormat;
'textLocation'?: CodeLocation;
/**
* 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.
*/
'foregroundColor'?: 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.
* 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.
*/
'backgroundColor'?: string;
'units'?: GraphicsUnit;
/**
* 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.
*/
'resolution'?: number;
/**
* 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.
*/
'imageHeight'?: number;
/**
* 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.
*/
'imageWidth'?: number;
/**
* 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.
*/
'rotationAngle'?: number;

Expand Down Expand Up @@ -738,31 +738,31 @@ export class GenerateMultipartRequestWrapper {
*/
'textLocation'?: CodeLocation;
/**
* 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.
*/
'foregroundColor'?: string = "'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.
* 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.
*/
'backgroundColor'?: string = "'White'";
/**
*
*/
'units'?: GraphicsUnit;
/**
* 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.
*/
'resolution'?: number;
/**
* 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.
*/
'imageHeight'?: number;
/**
* 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.
*/
'imageWidth'?: number;
/**
* 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.
*/
'rotationAngle'?: number;

Expand Down