Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.21 KB

File metadata and controls

56 lines (38 loc) · 1.21 KB
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

DeformationResistedBarcode

The DeformationResistedBarcode interface represents a deformation resisted barcode.

interface DeformationResistedBarcode {
    format: DBR.EnumBarcodeFormat;
    imageData: DSImageData;
    location: Quadrilateral;
}

Formats

Possible formats of the localized barcode.

Formats: EnumBarcodeFormat;

See also

  • [EnumBarcodeFormat]({{ site.js_api }}enum-barcode-format.html?lang=js)

imageData

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

Location of the deformation resisted barcode within the image.

location: Quadrilateral;

See also

  • [Quadrilateral]({{ site.dcvb_js_api }}core/basic-structures/quadrilateral.html)