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 Python
2
2
3
3
- API version: 3.0
4
-
- Package version: 20.11.0
4
+
- Package 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.
:param str font_size_mode: 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. # noqa: E501
103
+
:param bool no_wrap: Specify word wraps (line breaks) within text. Default value: false. # noqa: E501
102
104
:param float resolution: Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. # noqa: E501
103
105
:param float resolution_x: DEPRECATED: Use 'Resolution' instead. # noqa: E501
104
106
:param float resolution_y: DEPRECATED: Use 'Resolution' instead. # noqa: E501
:param str font_size_mode: 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. # noqa: E501
1251
+
:param bool no_wrap: Specify word wraps (line breaks) within text. Default value: false. # noqa: E501
1243
1252
:param float resolution: Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. # noqa: E501
1244
1253
:param float resolution_x: DEPRECATED: Use 'Resolution' instead. # noqa: E501
1245
1254
:param float resolution_y: DEPRECATED: Use 'Resolution' instead. # noqa: E501
0 commit comments