TIEAcquireParams.FeederLoaded
Declaration
property FeederLoaded: Boolean;
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)
Read-only
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('D:\Page' + IntToStr( count ) + '.jpg');
Inc( count );
end;
See Also
◼FeederLoaded
◼DocumentStatus
◼WIA_FEED_READY of WIA_DPS_DOCUMENT_HANDLING_STATUS