Hi,
I am using the standard edition of textcontrol and having a problem to print a footer with the bank account on it. I try several ways like this
but every time it is printed on the next page. It should be on the page where is printed the lines of the invoice.
Please help me out.
Regards Rinaldo
I am using the standard edition of textcontrol and having a problem to print a footer with the bank account on it. I try several ways like this
Code:
int nPaginatelling = textControl.Pages+1;
while (nPaginatelling != textControl.Pages)
{
textControl.Selection.Text = "\n";
}
Please help me out.
Regards Rinaldo