How the c#.net print functionality is working
-
Hi, I am developing the Text editor using c#.net I want to implement print functionality and the printed pages should be WYSIWYG format In my application I am using rich textbox control which acts as a single page, so for every page I am using a new rich text box control. When ever I have tried to print then the printed content should be like WYSIWYG format Thanks Vijay Kommalapati
-
Hi, I am developing the Text editor using c#.net I want to implement print functionality and the printed pages should be WYSIWYG format In my application I am using rich textbox control which acts as a single page, so for every page I am using a new rich text box control. When ever I have tried to print then the printed content should be like WYSIWYG format Thanks Vijay Kommalapati
veejay_veejay wrote:
In my application I am using rich textbox control which acts as a single page, so for every page I am using a new rich text box control. When ever I have tried to print then the printed content should be like WYSIWYG form
What have done so far? Where is the problem?
Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
-
Hi, I am developing the Text editor using c#.net I want to implement print functionality and the printed pages should be WYSIWYG format In my application I am using rich textbox control which acts as a single page, so for every page I am using a new rich text box control. When ever I have tried to print then the printed content should be like WYSIWYG format Thanks Vijay Kommalapati