ImageEn, unit iewia

TIEWia.GetDeviceProperty

TIEWia.GetDeviceProperty


Declaration

function GetDeviceProperty(PropId: TPropID): Variant;


Description

Gets a device property value as Variant.
WIA device properties.


Example

// returns the horizontal bed size
HorizBedSize := ImageEnView.IO.WiaParams.GetDeviceProperty(WIA_DPS_HORIZONTAL_BED_SIZE);