.net - How to add a watermark to ms-word with Default \ Auto settings -


i trying in .net using office interop add watermark word document. text these settings shown here;

enter image description here

with emphasis on how set size = auto, , semitransparent == true?

right use shapes.addtexteffect requires manually defining font size , fill.transparency exact values.

i tries perform textframe.autosize = msoautosize.msoautosizetexttofitshape didn't seem change font size.

so, how add watermark text above settings? thanks.


Comments

Popular posts from this blog

c++ - list<myClass<int> * > sort -

SoapUI on windows 10 - high DPI/4K scaling issue -

java - why am i getting a "cannot resolve method" error on getApplication? -