Custom PageSetupDialog

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I am using PageSetupDialog in my application to change the pagesettings of
the document but i dont want to show all the page size to the user, I want to
show only A3 and A4 size for selection in papersize dropdown.
Is it possible to customize this option??

/Ratan
 
Ratan,

Since you only want two of the three items in the list to be used, I
would recommend just validating to make sure that the paper size is either
A3 or A4 before you print. You can access this information through the
PageSettings property on the dialog.

Hope this helps.
 

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