ImageEn, unit iewia

TIEWia.ShowAcquireDialog

TIEWia.ShowAcquireDialog

Declaration

function ShowAcquireDialog(SystemDialog: Boolean): Boolean;

Description

Shows a system dialog that allows user to set parameters and display a preview of the image.
You still need to call Acquire to get the image.
Returns True if user presses OK (or Acquire).

Example

If ImageEnView.IO.WiaParams.ShowAcquireDialog( True ) then
  ImageEnView.IO.Acquire(ieaWIA);