TIEWia.GetDeviceProperty
Declaration
function GetDeviceProperty(PropId: TPropID): Variant;
Description
Gets a device property value as Variant.
WIA device properties.
// returns the horizontal bed size
HorizBedSize := ImageEnView.IO.WiaParams.GetDeviceProperty(WIA_DPS_HORIZONTAL_BED_SIZE);