M
max
I'm using PrintDocument to print a report. I have a string
dim s as String = "This is My Report"
How do get this string to appear in the middle between the left and
right margins. I can get the string to print on a line, but I would
like to print in the middle of the line.
Thanks,
--max
dim s as String = "This is My Report"
How do get this string to appear in the middle between the left and
right margins. I can get the string to print on a line, but I would
like to print in the middle of the line.
Thanks,
--max