Watermarks

B

Bart

Does anyone know how to automatically place a bitmap from
a file as a watermark on all pages of an activedocument?
I actually need the bitmap to be set to
format 'watermark' (to tone it down) and then place it
behind text in the header section. I know I am asking
alot here, but one more thing, I want the image to repeat
one right after another so that each page has repeating
watermarks.

Thanks.
 
J

Jonathan West

Hi Bart,

Doing this is a matter of using the Add method of the Shapes collection, to
add a shape to the header. Once the Shape has been added you can modify the
various properties of the Shape object so that it is where and how you want
it.

I would recommend that you record a macro while adding the shape by hand,
and then take a look at the code that was recorded and refine it as
appropriate.

--
Regards
Jonathan West - Word MVP
MultiLinker - Automated generation of hyperlinks in Word
Conversion to PDF & HTML
http://www.multilinker.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top