J
Jean Paul Mertens
Hello all,
IS this a bug or what am I doing wrong;
I make a print Dialog
ContractPrintDialog = new PrintDialog();
I set the property's of my PrinterSettings;
ContractPrintDialog.PrinterSettings.Duplex =
System.Drawing.Printing.Duplex.Horizontal;
I show my dialog.
myPrint = ContractPrintDialog.ShowDialog();
And when I go looking in the dialog to see if the duplex attribute is set,
it is always off, no mather if I set it to Horizontal, .Vertikal, Simplex or
what ever.
If I do not change the checkbox in the dialog the printer does what it has
to do on behave of my settings, evenso, if I look at my
..PrinterSettings.Duplex after colsing the dialog my pre-setting is still
there and if I change the checkbox the new setting is in the setting.
I'm using the Multilaguage-duch version of XP all patches loaded and VS-2005
Dev Team Edition Microsoft Visual Studio 2005 :
Version 8.0.50727.42 (RTM.050727-4200)
Microsoft .NET Framework
Version 2.0.50727
Installed Edition: Enterprise
Someone has a suggestion or a work arround?
Jean Paul
www.on7ami.be
IS this a bug or what am I doing wrong;
I make a print Dialog
ContractPrintDialog = new PrintDialog();
I set the property's of my PrinterSettings;
ContractPrintDialog.PrinterSettings.Duplex =
System.Drawing.Printing.Duplex.Horizontal;
I show my dialog.
myPrint = ContractPrintDialog.ShowDialog();
And when I go looking in the dialog to see if the duplex attribute is set,
it is always off, no mather if I set it to Horizontal, .Vertikal, Simplex or
what ever.
If I do not change the checkbox in the dialog the printer does what it has
to do on behave of my settings, evenso, if I look at my
..PrinterSettings.Duplex after colsing the dialog my pre-setting is still
there and if I change the checkbox the new setting is in the setting.
I'm using the Multilaguage-duch version of XP all patches loaded and VS-2005
Dev Team Edition Microsoft Visual Studio 2005 :
Version 8.0.50727.42 (RTM.050727-4200)
Microsoft .NET Framework
Version 2.0.50727
Installed Edition: Enterprise
Someone has a suggestion or a work arround?
Jean Paul
www.on7ami.be