Hi,
I am a beginner in C# programming and I am trying to generate a print preview for a .doc file using C# .net. I got a code for the same in msdn. The link is click here..
If we directly run this code, it produces the print preview with a default message "In document_PrintP age method".
Thus, the code to render the page(for which the print preview has to be generated) has to be written in the function 'document_Print Page()'. Can you please tell me what that code should be??
Thank you in advance.
- Swetha
I am a beginner in C# programming and I am trying to generate a print preview for a .doc file using C# .net. I got a code for the same in msdn. The link is click here..
If we directly run this code, it produces the print preview with a default message "In document_PrintP age method".
Thus, the code to render the page(for which the print preview has to be generated) has to be written in the function 'document_Print Page()'. Can you please tell me what that code should be??
Thank you in advance.
- Swetha
Comment