.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 -

c - Defining floating point constants, how many digits are useful? -

C# Apple Bonjour - how to monitor service records within Windows -