TIEWia.SetDevicePropertyVariant
TIEWia.SetDevicePropertyVariant
Declaration
function SetDevicePropertyVariant(PropId: TPropID; Val: Variant): Boolean;
Description
Sets a device property value as a 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!');