| layout | default-layout |
|---|---|
| title | interface DeformationResistedBarcode - Dynamsoft Barcode Reader Module JS Edition API Reference |
| description | This page shows the JS edition of the interface DeformationResistedBarcode in Dynamsoft Barcode Reader Module. |
| keywords | deformation resisted barcode, JS |
| needAutoGenerateSidebar | true |
| noTitleIndex | true |
The DeformationResistedBarcode interface represents a deformation resisted barcode.
interface DeformationResistedBarcode {
format: DBR.EnumBarcodeFormat;
imageData: DSImageData;
location: Quadrilateral;
}Possible formats of the localized barcode.
Formats: EnumBarcodeFormat;See also
- [EnumBarcodeFormat]({{ site.js_api }}enum-barcode-format.html?lang=js)
Image data of the deformation-resisted barcode image.
imageData: DSImageData;See also
- [DSImageData]({{ site.dcvb_js_api }}core/basic-structures/ds-image-data.html)
Location of the deformation resisted barcode within the image.
location: Quadrilateral;See also
- [Quadrilateral]({{ site.dcvb_js_api }}core/basic-structures/quadrilateral.html)