ImageEn, unit iewia

TIEWia.SetDevicePropertyVariant

TIEWia.SetDevicePropertyVariant


Declaration

function SetDevicePropertyVariant(PropId: dword; val: Variant): boolean;


Description

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


Example

// sets the string to print (when the scanner supports the endorser)
ImageEnView.IO.WiaParams.SetDeviceProperty(WIA_DPS_ENDORSER_STRING, 'Hello World!');