i need to scan part of page by ImageEn in delphi for faster scanning like window7 paint scanner dialog!
i want to open the twain dialog like paint
i need to scan part of page by ImageEn in delphi for faster scanning like window7 paint scanner dialog!
i want to open the twain dialog like paint
Just need to select other scanner by "AcquireSource"
if ImageEnView.io.SelectAcquireSource then
begin
ImageEnView.io.Acquire;
ImageEnView.Stretch;
end;