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][default to "Black"]
12
-
**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"]
11
+
**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"]
12
+
**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"]
13
13
**Units** | **GraphicsUnit** | | [optional]
14
-
**Resolution** | **float?** | Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. | [optional]
15
-
**ImageHeight** | **float?** | Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
16
-
**ImageWidth** | **float?** | Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
17
-
**RotationAngle** | **int?** | 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]
14
+
**Resolution** | **float?** | Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. | [optional]
15
+
**ImageHeight** | **float?** | Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
16
+
**ImageWidth** | **float?** | Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
17
+
**RotationAngle** | **int?** | 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?**| 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]
29
-
**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"]
30
-
**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"]
26
+
**dataType** | **EncodeDataType?**| Type of data to encode. Default value: StringData. | [optional]
**textLocation** | **CodeLocation?**| 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]
29
+
**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"]
30
+
**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"]
31
31
**units** | **GraphicsUnit?**| Common Units for all measuring in query. Default units: pixel. | [optional]
32
-
**resolution** | **float?**| Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. | [optional]
33
-
**imageHeight** | **float?**| Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
34
-
**imageWidth** | **float?**| Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
35
-
**rotationAngle** | **int?**| 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]
32
+
**resolution** | **float?**| Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. | [optional]
33
+
**imageHeight** | **float?**| Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
34
+
**imageWidth** | **float?**| Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
35
+
**rotationAngle** | **int?**| 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]
36
36
37
37
### Return type
38
38
@@ -85,13 +85,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"]
89
-
**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"]
88
+
**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"]
89
+
**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"]
90
90
**units** | **GraphicsUnit?**| | [optional]
91
-
**resolution** | **float?**| Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. | [optional]
92
-
**imageHeight** | **float?**| Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
93
-
**imageWidth** | **float?**| Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
94
-
**rotationAngle** | **int?**| 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]
91
+
**resolution** | **float?**| Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. | [optional]
92
+
**imageHeight** | **float?**| Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
93
+
**imageWidth** | **float?**| Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. | [optional]
94
+
**rotationAngle** | **int?**| 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]
/// <param name="textLocation">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)</param>
94
-
/// <param name="foregroundColor">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")</param>
95
-
/// <param name="backgroundColor">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")</param>
91
+
/// <param name="dataType">Type of data to encode. Default value: StringData. (optional)</param>
/// <param name="textLocation">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)</param>
94
+
/// <param name="foregroundColor">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")</param>
95
+
/// <param name="backgroundColor">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")</param>
96
96
/// <param name="units">Common Units for all measuring in query. Default units: pixel. (optional)</param>
97
-
/// <param name="resolution">Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. (optional)</param>
98
-
/// <param name="imageHeight">Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. (optional)</param>
99
-
/// <param name="imageWidth">Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. (optional)</param>
100
-
/// <param name="rotationAngle">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)</param>
97
+
/// <param name="resolution">Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. (optional)</param>
98
+
/// <param name="imageHeight">Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. (optional)</param>
99
+
/// <param name="imageWidth">Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. (optional)</param>
100
+
/// <param name="rotationAngle">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)</param>
101
101
/// <param name="cancellationToken"></param>
102
102
/// <returns>
103
103
/// A task that represents the asynchronous operation. Task result type is <see cref="System.IO.Stream" />
@@ -196,13 +196,13 @@ public GenerateApi(string clientSecret, string clientId)
/// <param name="foregroundColor">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")</param>
200
-
/// <param name="backgroundColor">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")</param>
199
+
/// <param name="foregroundColor">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")</param>
200
+
/// <param name="backgroundColor">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")</param>
201
201
/// <param name="units"> (optional)</param>
202
-
/// <param name="resolution">Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. (optional)</param>
203
-
/// <param name="imageHeight">Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. (optional)</param>
204
-
/// <param name="imageWidth">Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. (optional)</param>
205
-
/// <param name="rotationAngle">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)</param>
202
+
/// <param name="resolution">Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. Decimal separator is dot. (optional)</param>
203
+
/// <param name="imageHeight">Height of the barcode image in given units. Default units: pixel. Decimal separator is dot. (optional)</param>
204
+
/// <param name="imageWidth">Width of the barcode image in given units. Default units: pixel. Decimal separator is dot. (optional)</param>
205
+
/// <param name="rotationAngle">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)</param>
206
206
/// <param name="cancellationToken"></param>
207
207
/// <returns>
208
208
/// A task that represents the asynchronous operation. Task result type is <see cref="System.IO.Stream" />
0 commit comments