Table of contents
Swift
Objective-C

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

imageData

Image data of the deformation-resisted barcode image.

imageData: DSImageData;

See also

location

Location of the deformation resisted barcode within the image.

location: Quadrilateral;

See also

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: