Tattakashi123 / t

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

How to use PageType / AreaSettings #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. var areaSettings = new AreaSettings(TwainDotNet.TwainNative.Units.Inches,
                            0, 0, 216, 279); // Letter size
2. var settings = new ScanSettings() { Area = areaSettings };

What is the expected output? What do you see instead?

Error reporting scanner does not support feature.

I could see PageType class in TwainDotNet library. How do I use this class
instead of AreaSettings?

Original issue reported on code.google.com by peri...@gmail.com on 17 Mar 2010 at 3:05

GoogleCodeExporter commented 8 years ago
PageType support isn't really completed. Diego started working on it but didn't 
complete all of it; see issue 7.

Original comment by luke.qui...@gmail.com on 1 Apr 2010 at 12:22