Search found 2 matches

by zweitaktfan
Thu Feb 26, 2015 7:23 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Detect Pageorientation
Replies: 3
Views: 5378

Re: Detect Pageorientation

Hi Alexander, how can i detect the pagesize? Is there autosize-param? is this correct? DeviceCapability Pageautosize = device.Capabilities.Find(DeviceCapabilityId.IAutoSize); if (Pageautosize == null) MessageBox.Show("Kein automatisches Erkennen der Seitengröße möglich, der Scanner unterstützt ...
by zweitaktfan
Thu Feb 19, 2015 10:15 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Detect Pageorientation
Replies: 3
Views: 5378

Detect Pageorientation

Hi! I'm using Fujitsu FI5750C and 6770A scanners, both scanners have A3-ADF, where the user can load some A4. All the scanned pages from ADF get in one tif-file, after scanning i detect barcodes and split the files. How can i detect, if the user has loaded the A4-paper into the ADF PORTRAIT or LANDS...