Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 938 Bytes

auxiliary-SamplingImageData-v7.6.0.md

File metadata and controls

45 lines (31 loc) · 938 Bytes
layout title description keywords needAutoGenerateSidebar permalink
default-layout
SamplingImageData Class - Dynamsoft Barcode Reader Android API Reference
This page shows the SamplingImageData Class of Dynamsoft Barcode Reader for Android SDK.
SamplingImageData, class, api reference, android
true
/programming/android/api-reference/auxiliary-SamplingImageData-v7.6.0.html

SamplingImageData

Stores the sampling image data.

Attributes

Attribute Type
bytes byte[]
width int
height int

bytes

The sampling image data in a byte array.

byte[] com.dynamsoft.barcode.SamplingImageData.bytes

width

The width of the sampling image.

int com.dynamsoft.barcode.SamplingImageData.width

height

The height of the sampling image.

int com.dynamsoft.barcode.SamplingImageData.height