1
Answer

print multiline textbox in windows

Hema

Hema

16y
16.5k
1

hi
i have multiline textbox  and it has text with paragraphs, when i am trying to print that it is divinding into multiple pages but the problem is when printing paragraph it is taking as single line not printing multiple lines

i am using this sample from ur site

http://www.c-sharpcorner.com/UploadFile/mgold/PrintinginCSharp11302005061400AM/download/PrintExample.zip

Thanks in advance

Answers (1)
0
joakim wireen

joakim wireen

NA 149 0 15y

is it a web form or windows form? Did you apply the multiline paramenter to the textbox?

In web form click on the textmode property and select multiline. Or in windows form change multiline from false to true.

Next Recommended Forum