Search found 1 match

by SteveB
Tue Sep 09, 2014 9:21 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Acquire Image Dialog
Replies: 1
Views: 3007

Acquire Image Dialog

When performing a image aquire for a device, I would like to customize the dialog box. How do I do this? Specifically, in my device object I can set the ShowUI property to true (_device.ShowUI = true) , which will bring up the capture dialog box when I request the image acquire ( _device.Acquire() )...