ImageEn, unit iexAcquire

TIEAcquireParams.FeederLoaded

TIEAcquireParams.FeederLoaded


Declaration

property FeederLoaded: boolean; (Read-only)


Description

Use the FeederLoaded property to determine whether there are documents loaded in the Source's feeder.

Note: Not supported for DCIM retrieval (i.e. when SelectedAcquireSource.Api = ieaDCIM)


Example

// use of TImageEnIO (instead of TImageEnMIO) to acquire and save multi pages
while ImageEnView1.IO.AcquireParams.FeederLoaded do
begin
  ImageEnView1.IO.Acquire();
  ImageEnView1.IO.SaveToFile('page'+inttostr(count)+'.jpg');
  Inc( count );
end;
    

See Also

 FeederLoaded
 WIA_FEED_READY of WIA_DPS_DOCUMENT_HANDLING_STATUS