H
Hai Ly Hoang
Hi,
I have string which contains linefeed and carry-return characters (eg.
"Banana \r\n Apple \r\n...");
To print this string, i make use of PrintPage event of PrintDocument with
DrawString methods.
It causes a trouble, when the string is covered more than one-page when
being printed, some of the string will disapper.
How to solve this trouble ?
I have string which contains linefeed and carry-return characters (eg.
"Banana \r\n Apple \r\n...");
To print this string, i make use of PrintPage event of PrintDocument with
DrawString methods.
It causes a trouble, when the string is covered more than one-page when
being printed, some of the string will disapper.
How to solve this trouble ?