Click here to Skip to main content
15,891,409 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how we code for print and print preview of dynamic pdf file(making with itextsahrp ) in c#. i know that pdf file has functionality of print. but i want to print pdf file on button click.and want print preview on button click. it is the requirement in my project which is window application.
Posted
Updated 20-Jul-11 20:08pm
v2

1 solution

hi you should use print dialog like this:
PrintDialog prd = new PrintDialog();<br />
            prd.ShowDialog();
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900