TIEWia.GetItemProperty
Declaration
function GetItemProperty(PropId: TPropID; Item: TIEWiaItem = nil): Variant;
Description
Gets an item (image) property as Variant.
WIA item properties
// get the horizontal resolution
Xres := ImageEnView1.IO.WiaParams.GetItemProperty(WIA_IPS_XRES) );