.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

python - Setting ctypes.Structure default values -

Ansible - ERROR! the field 'hosts' is required but was not set -

java - HTTP Status 500 - No data type for node: org.hibernate.hql.internal.ast.tree.IdentNode -