Tattakashi123 / t

Automatically exported from code.google.com/p/twaindotnet
0 stars 0 forks source link

DsImageLayout.GetDefault error #51

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add setting in ScanSetting
ScanSettings settings2 = new ScanSettings
{
   ShowTwainUI = false,
   ShowProgressIndicatorUI = true,
   Area = new AreaSettings(TwainDotNet.TwainNative.Units.Inches, 0f, 0f, 6f, 11.5F)
};
2. Selecting scanner source
3. _twain.StartScanning(settings2)

What is the expected output? What do you see instead?
Expected proper scanning with 11.5 inch height

What version of the product are you using? On what operating system?
 - TwainDotNet source code 2011-12-22

Please provide any additional information below.
 - When AreaSetting is added in scan setting it creates problem without AreaSetting it works fine.

Need to scan A5 Rotated scan then how to code for the same.

Original issue reported on code.google.com by vshalpar...@gmail.com on 4 Aug 2012 at 6:06