Tattakashi123 / t

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

can't set page size #40

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.when i'm scanning on canon clc5151 network scanner and canon 9950F flatbad 
scanner i cant set page size does no metter i'm using adf or not still cant set 
page size

What is the expected output? What do you see instead?
it's scanning full a3 page 

What version of the product are you using? On what operating system?
i tested microsoft windows xp/x64/x86
ms vistual studio 2008

Please provide any additional information below.
                _pageset = new PageSettings
                {
                    Size = PageType.A4,
                    Orientation = Orientation.Portrait,
                };

                _settings = new ScanSettings
                {
                    UseDocumentFeeder = useAdfCheckBox.Checked,
                    ShowTwainUI = useUICheckBox.Checked,
                    ShowProgressIndicatorUI = showProgressIndicatorUICheckBox.Checked,
                    UseDuplex = useDuplexCheckBox.Checked,
                    Resolution = _resset,
                    Page=_pageset,
        }

Original issue reported on code.google.com by a_jishia...@cu.edu.ge on 25 Mar 2012 at 9:33