J
Juan
Hi everyone,
I have a C# Application that, if neccessary, divides a large document into
separate smaller ones. But the first page of the second document must be one
more than the last page of the first document. No problem with that.
The problem is that in the footer of the page, I have a "Page x of y" field,
and the 'x' value is correct, but the y value is the number of pages of the
second document, when it should be the total number of pages of the whole
document.
Is there a way that I can set the value of the number of pages to the valur
that I need?
Thanks, from Spain
I have a C# Application that, if neccessary, divides a large document into
separate smaller ones. But the first page of the second document must be one
more than the last page of the first document. No problem with that.
The problem is that in the footer of the page, I have a "Page x of y" field,
and the 'x' value is correct, but the y value is the number of pages of the
second document, when it should be the total number of pages of the whole
document.
Is there a way that I can set the value of the number of pages to the valur
that I need?
Thanks, from Spain