Table of contents
Swift
Objective-C

This documentation is deprecated. It applies only to legacy version 9.x of Barcode Reader and must not be used for new development.

Please refer to the latest documentation and Migration Guide, which supersede this content.

SamplingImageData

SamplingImageData stores the detailed image data in ExtendedResult.

class com.dynamsoft.dbr.SamplingImageData;
Attribute Type Descriptions
bytes byte[] The sampling image data in a byte array.
width int The width of the sampling image.
height int The height of the sampling image.

bytes

The sampling image data in a byte array.

byte[] bytes

width

The width of the sampling image.

int width

height

The height of the sampling image.

int height

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: