Resource Base
Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
SamplingImageData
stores the detailed image data in ExtendedResult
.
@interface iSamplingImageData
Attribute | Type | Descriptions |
---|---|---|
bytes |
NSData* | The sampling image data in a byte array. |
width |
NSInteger | The width of the sampling image. |
height |
NSInteger | The height of the sampling image. |
The sampling image data in a byte array.
NSData* bytes
The width of the sampling image.
NSInteger width
The height of the sampling image.
NSInteger height
latest version