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: docs/GeneratorParams.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
@@ -42,6 +42,7 @@ Name | Type | Description | Notes
42
42
**SupplementData** | **string** | Supplement parameters. Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN. | [optional]
43
43
**SupplementSpace** | **double?** | Space between main the BarCode and supplement BarCode. | [optional]
44
44
**BarWidthReduction** | **double?** | Bars reduction value that is used to compensate ink spread while printing. | [optional]
45
+
**UseAntiAlias** | **bool?** | Indicates whether is used anti-aliasing mode to render image. Anti-aliasing mode is applied to barcode and text drawing. | [optional]
Copy file name to clipboardExpand all lines: docs/ReaderParams.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,8 @@ Name | Type | Description | Notes
8
8
**ChecksumValidation** | **ChecksumValidation** | Enable checksum validation during recognition for 1D barcodes. Default is treated as Yes for symbologies which must contain checksum, as No where checksum only possible. Checksum never used: Codabar Checksum is possible: Code39 Standard/Extended, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, DeutschePostIdentcode, DeutschePostLeitcode, VIN Checksum always used: Rest symbologies | [optional]
9
9
**DetectEncoding** | **bool?** | A flag which force engine to detect codetext encoding for Unicode. | [optional]
10
10
**Preset** | **PresetType** | Preset allows to configure recognition quality and speed manually. You can quickly set up Preset by embedded presets: HighPerformance, NormalQuality, HighQuality, MaxBarCodes or you can manually configure separate options. Default value of Preset is NormalQuality. | [optional]
11
-
**RectX** | **int?** | Set X for area for recognition. | [optional]
12
-
**RectY** | **int?** | Set Y for area for recognition. | [optional]
11
+
**RectX** | **int?** | Set X of top left corner of area for recognition. | [optional]
12
+
**RectY** | **int?** | Set Y of top left corner of area for recognition. | [optional]
13
13
**RectWidth** | **int?** | Set Width of area for recognition. | [optional]
14
14
**RectHeight** | **int?** | Set Height of area for recognition. | [optional]
15
15
**StripFNC** | **bool?** | Value indicating whether FNC symbol strip must be done. | [optional]
0 commit comments