PrinterDialog

  • Thread starter Thread starter Gaetano Lazzo
  • Start date Start date
G

Gaetano Lazzo

Hi,

I am trying to get the collate setting from the printersettings member of
the printdialog.

Currently i can set the collate member to true, and when i display the
PrintDialog the checkbox will be checked.

But, regardless whether the user leaves the check box checked or uncheck it
(or if i default the collate to false), ALWAYS the value after the dialog is
closed is PrintDialog.PrinterSettings.Collate = false.

Everything else is working (i get the number of pages, etc).

What could be happening?

Thanks, Nino
 
You have to use the API calls to get the value... everything else fails...
and yes, it seems like a .NET bug.

José.
 
Back
Top