TIEWia.SetDevicePropertyVariant
TIEWia.SetDevicePropertyVariant
Declaration
function SetDevicePropertyVariant(PropId: dword; val: Variant): boolean;
Description
Sets a device property value as Variant.
WIA device properties.
// sets the string to print (when the scanner supports the endorser)
ImageEnView.IO.WiaParams.SetDeviceProperty(WIA_DPS_ENDORSER_STRING, 'Hello World!');