ImageEn, unit iewia

TIEWia.SetItemProperty

TIEWia.SetItemProperty

Declaration

function SetItemProperty(PropId: TPropID; Val: Integer; Item: TIEWiaItem = nil): Boolean;

Description

Sets an item (image) property as Integer.
WIA item properties

Example

// Set horizontal resolution to 150 dpi
ImageEnView1.IO.WiaParams.SetItemProperty(WIA_IPS_XRES, 150);