Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 937 Bytes

File metadata and controls

34 lines (26 loc) · 937 Bytes
layout default-layout
title interface ScaleBarcodeImageUnit - Dynamsoft Barcode Reader Module JS Edition API Reference
description This page shows the JS edition of the interface ScaleBarcodeImageUnit in Dynamsoft Barcode Reader Module.
keywords scaled, Image unit, JS
needAutoGenerateSidebar true
noTitleIndex true

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

  • [DSImageData]({{ site.dcvb_js_api }}core/basic-structures/ds-image-data.html)