Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 938 Bytes

File metadata and controls

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

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

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