/
TSensorSize
TSensorSize
Declaration
Delphi
TSensorSize = record
MinX: Word;
MinY: Word;
MaxX: Word;
MaxY: Word;
HorizDPI: Word;
VertDPI: Word;
end;
C/C++
typedef struct
{
short MinX;
short MinY;
short MaxX;
short MaxY;
short HorizDPI;
short VertDPI;
} SOPAD_TSensorSize;
Description
This type represents physical characteristics of the sensor installed in attached signature device.
Members
MinX and MinY
Minimum sensor coordinates by X and Y axis.
MaxX and MaxY
Maximum sensor coordinates by X and Y axis.
HorizDPI and VertDPI
Sensor resolution in horizontal and vertical directions.
, multiple selections available,
Related content
GetSensorSize
GetSensorSize
More like this
TDataFrameEx
TDataFrameEx
More like this
TDataFrame
TDataFrame
More like this
GetDeviceSN
GetDeviceSN
More like this
ReadPreviewImage
ReadPreviewImage
More like this
GetOEMType
GetOEMType
More like this