Table of contents
Swift
Objective-C

ComplementedBarcodeImageUnit

A unit of data that contains complemented barcode image. It extends the IntermediateResultUnit interface.

interface ComplementedBarcodeImageUnit extends Core.IntermediateResultUnit {
    imageData: Core.DSImageData;
    location: Core.Quadrilateral;
}

imageData

The image data of the complemented barcode.

imageData: Core.DSImageData;

See also

location

The location of the complemented barcode in a quadrilateral.

location: Core.Quadrilateral;

See also

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: