We're generating (creating, saving and printing) MS Word documents from Visual Studio .NET C# code.
The challenge we've just been set is to have the second page start lower down the page than the first.
That is, the first page will start quite high on the document. If the report flows onto a second page then we want this to start about a quarter of a way down the page.
How can we do this ?
Such that the second and subsequent pages start lower down than the first ?
Any pointers / advice would be greatly appreciated.
Thanks in advance
Steve
The challenge we've just been set is to have the second page start lower down the page than the first.
That is, the first page will start quite high on the document. If the report flows onto a second page then we want this to start about a quarter of a way down the page.
How can we do this ?
Such that the second and subsequent pages start lower down than the first ?
Any pointers / advice would be greatly appreciated.
Thanks in advance
Steve