SamplingImageData
Stores the sampling image data.
public class SamplingImageData
Attributes
Attribute | Type |
---|---|
Bytes |
byte[ ] |
Width |
int |
Height |
int |
Bytes
The sampling image data in a byte array.
byte[] Dynamsoft.SamplingImageData.Bytes
Width
The width of the sampling image.
int Dynamsoft.SamplingImageData.Width
Height
The height of the sampling image.
int Dynamsoft.SamplingImageData.Height