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
|**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]|
14
-
|**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]|
13
+
|**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]|
14
+
|**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]|
15
15
|**units**|**GraphicsUnit**||[optional]|
16
-
|**resolution**|**Float**| Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. |[optional]|
17
-
|**imageHeight**|**Float**| Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. |[optional]|
18
-
|**imageWidth**|**Float**| Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. |[optional]|
19
-
|**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]|
16
+
|**resolution**|**Float**| Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. |[optional]|
17
+
|**imageHeight**|**Float**| Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. |[optional]|
18
+
|**imageWidth**|**Float**| Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. |[optional]|
19
+
|**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]|
**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]
27
-
**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]
28
-
**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]
24
+
**dataType** | [**EncodeDataType**](.md)| Type of data to encode. Default value: StringData. | [optional][enum: StringData, Base64Bytes, HexBytes]
**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]
27
+
**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]
28
+
**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]
29
29
**units** | [**GraphicsUnit**](.md)| Common Units for all measuring in query. Default units: pixel. | [optional][enum: Pixel, Point, Inch, Millimeter]
30
-
**resolution** | **Float**| Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. | [optional]
31
-
**imageHeight** | **Float**| Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
32
-
**imageWidth** | **Float**| Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
33
-
**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]
30
+
**resolution** | **Float**| Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. | [optional]
31
+
**imageHeight** | **Float**| Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
32
+
**imageWidth** | **Float**| Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
33
+
**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]
34
34
35
35
### generate return type
36
36
@@ -69,13 +69,13 @@ Name | Type | Description | Notes
**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]
73
-
**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]
72
+
**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]
73
+
**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]
74
74
**units** | [**GraphicsUnit**](GraphicsUnit.md)| | [optional][enum: Pixel, Point, Inch, Millimeter]
75
-
**resolution** | **Float**| Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. | [optional]
76
-
**imageHeight** | **Float**| Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
77
-
**imageWidth** | **Float**| Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
78
-
**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]
75
+
**resolution** | **Float**| Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. | [optional]
76
+
**imageHeight** | **Float**| Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
77
+
**imageWidth** | **Float**| Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
78
+
**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]
0 commit comments