Table of contents
Swift
Objective-C

ScaledUpBarcodeImageUnit

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

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

imageData

The image data of the scaled-up barcode.

imageData: Core.DSImageData;   

See also

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: