Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
aminigazar
Posted - Jan 02 2018 : 00:50:13 i want to open the twain dialog like windows paint and scan part of page not whole of page because i need to fasting scan.
thank you
gazar
2 L A T E S T R E P L I E S (Newest First)
aminigazar
Posted - Jan 03 2018 : 02:55:48 Tnx Its Ok Just need to select other scanner by "AcquireSource"
if ImageEnView.io.SelectAcquireSource then
begin
ImageEnView.io.Acquire;
ImageEnView.Stretch;
end;
gazar
xequte
Posted - Jan 02 2018 : 15:14:51 Hi
Set VisibleDialog to true to show the native acquisition dialog: