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
if( ([xml](Get-Content Tests\Results\test.log)).TestRun.ResultSummary.Counters.total -ne 28 ){ throw "Not all tests were explored or added new tests" }
44
+
if( ([xml](Get-Content Tests\Results\test.log)).TestRun.ResultSummary.Counters.total -ne 29 ){ throw "Not all tests were explored or added new tests" }
@@ -31,8 +31,7 @@ Name | Type | Description | Notes
31
31
**twoDDisplayText** | **string**| Text that will be displayed instead of codetext in 2D barcodes. Used for: Aztec, Pdf417, DataMatrix, QR, MaxiCode, DotCode | [optional]
32
32
**textLocation** | **string**| Specify the displaying Text Location, set to CodeLocation.None to hide CodeText. Default value: CodeLocation.Below. | [optional]
33
33
**textAlignment** | **string**| Text alignment. | [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]
34
+
**textColor** | **string**| Specify the displaying CodeText's Color. Default value: black. Use named colors like: red, green, blue Or HTML colors like: #FF0000, #00FF00, #0000FF | [optional]
36
35
**noWrap** | **bool?**| Specify word wraps (line breaks) within text. Default value: false. | [optional]
37
36
**resolution** | **double?**| Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. | [optional]
38
37
**resolutionX** | **double?**| DEPRECATED: Use 'Resolution' instead. | [optional]
@@ -45,9 +44,9 @@ Name | Type | Description | Notes
45
44
**imageHeight** | **double?**| Height of the barcode image in given units. Default units: pixel. | [optional]
46
45
**imageWidth** | **double?**| Width of the barcode image in given units. Default units: pixel. | [optional]
47
46
**rotationAngle** | **double?**| 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]
48
-
**backColor** | **string**| Background color of the barcode image. Default value: Color.White. | [optional]
**backColor** | **string**| Background color of the barcode image. Default value: white. Use named colors like: red, green, blue Or HTML colors like: #FF0000, #00FF00, #0000FF | [optional]
48
+
**barColor** | **string**| Bars color. Default value: black. Use named colors like: red, green, blue Or HTML colors like: #FF0000, #00FF00, #0000FF | [optional]
49
+
**borderColor** | **string**| Border color. Default value: black. Use named colors like: red, green, blue Or HTML colors like: #FF0000, #00FF00, #0000FF | [optional]
51
50
**borderWidth** | **double?**| Border width. Default value: 0. Ignored if Visible is set to false. | [optional]
Generate barcode and save on server (from query params or from file with json or xml content)
@@ -239,8 +238,7 @@ Name | Type | Description | Notes
239
238
**twoDDisplayText** | **string**| Text that will be displayed instead of codetext in 2D barcodes. Used for: Aztec, Pdf417, DataMatrix, QR, MaxiCode, DotCode | [optional]
240
239
**textLocation** | **string**| Specify the displaying Text Location, set to CodeLocation.None to hide CodeText. Default value: CodeLocation.Below. | [optional]
241
240
**textAlignment** | **string**| Text alignment. | [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]
241
+
**textColor** | **string**| Specify the displaying CodeText's Color. Default value: black. Use named colors like: red, green, blue Or HTML colors like: #FF0000, #00FF00, #0000FF | [optional]
244
242
**noWrap** | **bool?**| Specify word wraps (line breaks) within text. Default value: false. | [optional]
245
243
**resolution** | **double?**| Resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. | [optional]
246
244
**resolutionX** | **double?**| DEPRECATED: Use 'Resolution' instead. | [optional]
@@ -253,9 +251,9 @@ Name | Type | Description | Notes
253
251
**imageHeight** | **double?**| Height of the barcode image in given units. Default units: pixel. | [optional]
254
252
**imageWidth** | **double?**| Width of the barcode image in given units. Default units: pixel. | [optional]
255
253
**rotationAngle** | **double?**| 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]
256
-
**backColor** | **string**| Background color of the barcode image. Default value: Color.White. | [optional]
**backColor** | **string**| Background color of the barcode image. Default value: white. Use named colors like: red, green, blue Or HTML colors like: #FF0000, #00FF00, #0000FF | [optional]
255
+
**barColor** | **string**| Bars color. Default value: black. Use named colors like: red, green, blue Or HTML colors like: #FF0000, #00FF00, #0000FF | [optional]
256
+
**borderColor** | **string**| Border color. Default value: black. Use named colors like: red, green, blue Or HTML colors like: #FF0000, #00FF00, #0000FF | [optional]
259
257
**borderWidth** | **double?**| Border width. Default value: 0. Ignored if Visible is set to false. | [optional]
@@ -354,6 +352,7 @@ Name | Type | Description | Notes
354
352
**imageFile** | **System.IO.Stream**| Image as file |
355
353
**decodeTypes** | [**List<DecodeBarcodeType>**](DecodeBarcodeType.md)| Types of barcode to recognize | [optional]
356
354
**timeout** | **int?**| Timeout of recognition process in milliseconds. Default value is 15_000 (15 seconds). Maximum value is 30_000 (1/2 minute). In case of a timeout RequestTimeout (408) status will be returned. Try reducing the image size to avoid timeout. | [optional]
355
+
**checksumValidation** | **string**| Checksum validation setting. Default is ON. | [optional]
**Alignment** | **TextAlignment** | Text alignment. | [optional]
11
-
**Color** | **string** | Text color. | [optional]
11
+
**Color** | **string** | Text color. Default value: black Use named colors like: red, green, blue Or HTML colors like: #FF0000, #00FF00, #0000FF | [optional]
12
12
**Visible** | **bool?** | Is caption visible. | [optional]
Copy file name to clipboardExpand all lines: docs/GeneratorParams.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
11
11
**TwoDDisplayText** | **string** | Text that will be displayed instead of codetext in 2D barcodes. Used for: Aztec, Pdf417, DataMatrix, QR, MaxiCode, DotCode | [optional]
12
12
**TextLocation** | **CodeLocation** | Specify the displaying Text Location, set to CodeLocation.None to hide CodeText. Default value: CodeLocation.Below. | [optional]
13
13
**TextAlignment** | **TextAlignment** | Text alignment. | [optional]
**TextColor** | **string** | Specify the displaying CodeText's Color. Default value: black. Use named colors like: red, green, blue Or HTML colors like: #FF0000, #00FF00, #0000FF | [optional]
15
15
**Font** | [**FontParams**](FontParams.md) | Specify the displaying Text's font. Default value: Arial 5pt regular. Ignored if FontSizeMode is set to FontSizeMode.Auto. | [optional]
16
16
**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]
17
17
**NoWrap** | **bool?** | Specify word wraps (line breaks) within text. Default value: false. | [optional]
@@ -29,9 +29,9 @@ Name | Type | Description | Notes
**BackColor** | **string** | Background color of the barcode image. Default value: white. Use named colors like: red, green, blue Or HTML colors like: #FF0000, #00FF00, #0000FF | [optional]
33
+
**BarColor** | **string** | Bars color. Default value: black. Use named colors like: red, green, blue Or HTML colors like: #FF0000, #00FF00, #0000FF | [optional]
34
+
**BorderColor** | **string** | Border color. Default value: black. Use named colors like: red, green, blue Or HTML colors like: #FF0000, #00FF00, #0000FF | [optional]
35
35
**BorderWidth** | **double?** | Border width. Default value: 0. Ignored if Visible is set to false. | [optional]
0 commit comments