Table of contents
Swift
Objective-C

ScaleBarcodeImageUnit

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

interface ScaleBarcodeImageUnit extends Core.IntermediateResultUnit {
    imageData: Core.DSImageData;
}

imageData

The image data of the scaled barcode.

imageData: Core.DSImageData;   

See also

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: