B
Boris
Hi All,
In c# or vb.net, when i throw the print Dialog, is there any way i can
retrieve the value that the user has chosen for the pages to be
printed per sheet?
for e.g. in the "Layout" tab of the print dialog, there is an option
which says how many pages needs to be printed per sheet. But whatever
value i give here, the output that gets printed is always just 1 page
per sheet.
I searched in PrintDocument ,PrinterSettings class etc..There doesn't
seem to be any property or some other way to retrieve this value
Some articles suggest examples of throwing a customized dialog instead
of default print dialog where we hide these details like "pages per
sheet".
But i do not think this is the right way as we are just avoiding
things which we do not know how to do. What if the user still wants to
have for e.g say "2" pages per sheet?
Is this a known bug or iam missing something?
thanks in advance.
Ben
In c# or vb.net, when i throw the print Dialog, is there any way i can
retrieve the value that the user has chosen for the pages to be
printed per sheet?
for e.g. in the "Layout" tab of the print dialog, there is an option
which says how many pages needs to be printed per sheet. But whatever
value i give here, the output that gets printed is always just 1 page
per sheet.
I searched in PrintDocument ,PrinterSettings class etc..There doesn't
seem to be any property or some other way to retrieve this value
Some articles suggest examples of throwing a customized dialog instead
of default print dialog where we hide these details like "pages per
sheet".
But i do not think this is the right way as we are just avoiding
things which we do not know how to do. What if the user still wants to
have for e.g say "2" pages per sheet?
Is this a known bug or iam missing something?
thanks in advance.
Ben