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.dbr.SamplingImageData.bytes
width
The width of the sampling image.
int com.dynamsoft.dbr.SamplingImageData.width
height
The height of the sampling image.
int com.dynamsoft.dbr.SamplingImageData.height