You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Aspose.BarCode Cloud SDK for .NET
2
2
3
3
- API version: 3.0
4
-
- SDK version: 20.11.0
4
+
- SDK version: 20.12.0
5
5
6
6
[Aspose.BarCode for Cloud](https://products.aspose.cloud/barcode/cloud) is a REST API for Linear, 2D and postal barcode generation and recognition in the cloud. API recognizes and generates barcode images in a variety of formats. Barcode REST API allows to specify barcode image attributes like image width, height, border style and output image format in order to customize the generation process. Developers can also specify the barcode type and text attributes such as text location and font styles in order to suit the application requirements.
varfontSizeMode=fontSizeMode_example; // string | Specify FontSizeMode. If FontSizeMode is set to Auto, font size will be calculated automatically based on xDimension value. It is recommended to use FontSizeMode.Auto especially in AutoSizeMode.Nearest or AutoSizeMode.Interpolation. Default value: FontSizeMode.Auto. (optional)
47
+
varnoWrap=true; // bool? | Specify word wraps (line breaks) within text. Default value: false. (optional)
47
48
varresolution=1.2; // double? | Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. (optional)
48
49
varresolutionX=1.2; // double? | DEPRECATED: Use 'Resolution' instead. (optional)
49
50
varresolutionY=1.2; // double? | DEPRECATED: Use 'Resolution' instead. (optional)
**fontSizeMode** | **string**| Specify FontSizeMode. If FontSizeMode is set to Auto, font size will be calculated automatically based on xDimension value. It is recommended to use FontSizeMode.Auto especially in AutoSizeMode.Nearest or AutoSizeMode.Interpolation. Default value: FontSizeMode.Auto. | [optional]
102
+
**noWrap** | **bool?**| Specify word wraps (line breaks) within text. Default value: false. | [optional]
101
103
**resolution** | **double?**| Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. | [optional]
102
104
**resolutionX** | **double?**| DEPRECATED: Use 'Resolution' instead. | [optional]
103
105
**resolutionY** | **double?**| DEPRECATED: Use 'Resolution' instead. | [optional]
@@ -465,7 +467,7 @@ Name | Type | Description | Notes
varfontSizeMode=fontSizeMode_example; // string | Specify FontSizeMode. If FontSizeMode is set to Auto, font size will be calculated automatically based on xDimension value. It is recommended to use FontSizeMode.Auto especially in AutoSizeMode.Nearest or AutoSizeMode.Interpolation. Default value: FontSizeMode.Auto. (optional)
500
+
varnoWrap=true; // bool? | Specify word wraps (line breaks) within text. Default value: false. (optional)
498
501
varresolution=1.2; // double? | Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. (optional)
499
502
varresolutionX=1.2; // double? | DEPRECATED: Use 'Resolution' instead. (optional)
500
503
varresolutionY=1.2; // double? | DEPRECATED: Use 'Resolution' instead. (optional)
@@ -528,7 +531,7 @@ namespace Example
528
531
try
529
532
{
530
533
// Generate barcode and save on server (from query params or from file with json or xml content)
**fontSizeMode** | **string**| Specify FontSizeMode. If FontSizeMode is set to Auto, font size will be calculated automatically based on xDimension value. It is recommended to use FontSizeMode.Auto especially in AutoSizeMode.Nearest or AutoSizeMode.Interpolation. Default value: FontSizeMode.Auto. | [optional]
558
+
**noWrap** | **bool?**| Specify word wraps (line breaks) within text. Default value: false. | [optional]
555
559
**resolution** | **double?**| Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. | [optional]
556
560
**resolutionX** | **double?**| DEPRECATED: Use 'Resolution' instead. | [optional]
557
561
**resolutionY** | **double?**| DEPRECATED: Use 'Resolution' instead. | [optional]
**NoWrap** | **bool?** | Specify word wraps (line breaks) within text. Default value: false. | [optional]
12
13
13
14
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**Is2DCompositeComponent** | **bool?** | Enables flag of 2D composite component with DataBar barcode | [optional]
10
+
**IsAllowOnlyGS1Encoding** | **bool?** | If this flag is set, it allows only GS1 encoding standard for Databar barcode types | [optional]
9
11
10
12
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**MacroCharacters** | **MacroCharacter** | Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with DataMatrixEccType.Ecc200 or DataMatrixEccType.EccAuto. Cannot be used with EncodeTypes.GS1DataMatrix Default value: MacroCharacters.None. | [optional]
12
13
13
14
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**Font** | [**FontParams**](FontParams.md) | Specify the displaying Text's font. Default value: Arial 5pt regular. Ignored if FontSizeMode is set to FontSizeMode.Auto. | [optional]
13
13
**FontSizeMode** | **FontMode** | Specify FontSizeMode. If FontSizeMode is set to Auto, font size will be calculated automatically based on xDimension value. It is recommended to use FontSizeMode.Auto especially in AutoSizeMode.Nearest or AutoSizeMode.Interpolation. Default value: FontSizeMode.Auto. | [optional]
14
+
**NoWrap** | **bool?** | Specify word wraps (line breaks) within text. Default value: false. | [optional]
14
15
**Resolution** | **double?** | Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. | [optional]
15
16
**ResolutionX** | **double?** | DEPRECATED: Use 'Resolution' instead. | [optional]
16
17
**ResolutionY** | **double?** | DEPRECATED: Use 'Resolution' instead. | [optional]
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/QrParams.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
10
10
**EncodeMode** | **QREncodeMode** | QR symbology type of BarCode's encoding mode. Default value: QREncodeMode.Auto. | [optional]
11
11
**ErrorLevel** | **QRErrorLevel** | Level of Reed-Solomon error correction for QR barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. see QRErrorLevel. | [optional]
12
12
**Version** | **QRVersion** | Version of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for MicroQr. Default value is QRVersion.Auto. | [optional]
13
+
**StructuredAppend** | [**StructuredAppend**](StructuredAppend.md) | QR structured append parameters. | [optional]
13
14
14
15
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**SequenceIndicator** | **int?** | The index of the QR structured append mode barcode. Index starts from 0. | [optional]
7
+
**TotalCount** | **int?** | Gets or sets the QR structured append mode barcodes quantity. Max value is 16. | [optional]
8
+
**ParityByte** | **int?** | Gets or sets the QR structured append mode parity data. | [optional]
9
+
10
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments