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/index.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,7 @@ Name | Type | Description | Notes
48
48
**supplementData** | **string**| Supplement parameters. Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN. | [optional]
49
49
**supplementSpace** | **number**| Space between main the BarCode and supplement BarCode. | [optional]
50
50
**barWidthReduction** | **number**| Bars reduction value that is used to compensate ink spread while printing. | [optional]
51
+
**useAntiAlias** | **boolean**| Indicates whether is used anti-aliasing mode to render image. Anti-aliasing mode is applied to barcode and text drawing. | [optional]
51
52
**format** | **string**| Result image format. | [optional]
52
53
53
54
#### BarcodeApi.getBarcodeGenerate return type
@@ -73,8 +74,8 @@ Name | Type | Description | Notes
73
74
**checksumValidation** | 'Default', 'On', 'Off' | 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]
74
75
**detectEncoding** | **boolean**| A flag which force engine to detect codetext encoding for Unicode. | [optional]
75
76
**preset** | 'HighPerformance', 'NormalQuality', 'HighQualityDetection', 'MaxQualityDetection', 'HighQuality', 'MaxBarCodes' | 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]
76
-
**rectX** | **number**| Set X for area for recognition. | [optional]
77
-
**rectY** | **number**| Set Y for area for recognition. | [optional]
77
+
**rectX** | **number**| Set X of top left corner of area for recognition. | [optional]
78
+
**rectY** | **number**| Set Y of top left corner of area for recognition. | [optional]
78
79
**rectWidth** | **number**| Set Width of area for recognition. | [optional]
79
80
**rectHeight** | **number**| Set Height of area for recognition. | [optional]
80
81
**stripFNC** | **boolean**| Value indicating whether FNC symbol strip must be done. | [optional]
@@ -103,7 +104,6 @@ Name | Type | Description | Notes
103
104
**readTinyBarcodes** | **boolean**| Allows engine to recognize tiny barcodes on large images. Ignored if AllowIncorrectBarcodes is set to True. Default value: False. | [optional]
104
105
**australianPostEncodingTable** | 'CTable', 'NTable', 'Other' | Interpreting Type for the Customer Information of AustralianPost BarCode.Default is CustomerInformationInterpretingType.Other. | [optional]
105
106
**ignoreEndingFillingPatternsForCTable** | **boolean**| The flag which force AustraliaPost decoder to ignore last filling patterns in Customer Information Field during decoding as CTable method. CTable encoding method does not have any gaps in encoding table and sequence \"333\" of filling patterns is decoded as letter \"z\". | [optional]
106
-
**rectangleRegion** | **string**| | [optional]
107
107
**storage** | **string**| The image storage. | [optional]
108
108
**folder** | **string**| The image folder. | [optional]
109
109
@@ -129,8 +129,8 @@ Name | Type | Description | Notes
129
129
**checksumValidation** | 'Default', 'On', 'Off' | 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]
130
130
**detectEncoding** | **boolean**| A flag which force engine to detect codetext encoding for Unicode. | [optional]
131
131
**preset** | 'HighPerformance', 'NormalQuality', 'HighQualityDetection', 'MaxQualityDetection', 'HighQuality', 'MaxBarCodes' | 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]
132
-
**rectX** | **number**| Set X for area for recognition. | [optional]
133
-
**rectY** | **number**| Set Y for area for recognition. | [optional]
132
+
**rectX** | **number**| Set X of top left corner of area for recognition. | [optional]
133
+
**rectY** | **number**| Set Y of top left corner of area for recognition. | [optional]
134
134
**rectWidth** | **number**| Set Width of area for recognition. | [optional]
135
135
**rectHeight** | **number**| Set Height of area for recognition. | [optional]
136
136
**stripFNC** | **boolean**| Value indicating whether FNC symbol strip must be done. | [optional]
@@ -159,7 +159,6 @@ Name | Type | Description | Notes
159
159
**readTinyBarcodes** | **boolean**| Allows engine to recognize tiny barcodes on large images. Ignored if AllowIncorrectBarcodes is set to True. Default value: False. | [optional]
160
160
**australianPostEncodingTable** | 'CTable', 'NTable', 'Other' | Interpreting Type for the Customer Information of AustralianPost BarCode.Default is CustomerInformationInterpretingType.Other. | [optional]
161
161
**ignoreEndingFillingPatternsForCTable** | **boolean**| The flag which force AustraliaPost decoder to ignore last filling patterns in Customer Information Field during decoding as CTable method. CTable encoding method does not have any gaps in encoding table and sequence \"333\" of filling patterns is decoded as letter \"z\". | [optional]
162
-
**rectangleRegion** | **string**| | [optional]
163
162
**url** | **string**| The image file url. | [optional]
164
163
**image** | **Buffer**| Image data | [optional]
165
164
@@ -237,6 +236,7 @@ Name | Type | Description | Notes
237
236
**supplementData** | **string**| Supplement parameters. Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN. | [optional]
238
237
**supplementSpace** | **number**| Space between main the BarCode and supplement BarCode. | [optional]
239
238
**barWidthReduction** | **number**| Bars reduction value that is used to compensate ink spread while printing. | [optional]
239
+
**useAntiAlias** | **boolean**| Indicates whether is used anti-aliasing mode to render image. Anti-aliasing mode is applied to barcode and text drawing. | [optional]
0 commit comments