RichTextBox printing size
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I'm using this code for printing a richtextbox content: http://support.microsoft.com/kb/812425/ja How can I find out the size of the printed text. Because the printed text is not the equal size of the richtextbox content, and so it can be that in the printed version one line of the richtextbox is printed in two lines... And I need to know where the printed text ends? The Y-coordinate of the last line...