Português:
Olá Sergey,
É possível colocar um fundo de imagem diferente nas páginas impares e pares?
Inglês:
Hello Sergey,
Is it possible to put a different image background on the odd and even pages?
Change Background Image
-
- Site Admin
- Posts: 17520
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: Change Background Image
This feature is not supported.
However, there is a solution.
You can create different headers for odd and even pages (SRV.PageProperty.FacingPages = True), and insert a text box (TRVTexboxItemInfo) in each header. Make the text box cover the whole page (or the area you need), and set the option to place it behind text. Insert an image in each text box.
However, there is a solution.
You can create different headers for odd and even pages (SRV.PageProperty.FacingPages = True), and insert a text box (TRVTexboxItemInfo) in each header. Make the text box cover the whole page (or the area you need), and set the option to place it behind text. Insert an image in each text box.
Re: Change Background Image
Thanks for the solution. I'll try.