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é.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top