P
Pendragon
Hi all
I have a word document and I am inserting a picture at a bookmark.
BookMark1.Range.InlineShapes.AddPicture(PictureLocation.Text, ref
readOnly, ref isVisible, ref missing);
What I need to do is to set the picture layout as Behind Text. I know it has
to be a shape to do this so I use the ConvertToShape method but I don't seem
to be able to find a method to set the layout.
Can anyone help please.
Thank You
I have a word document and I am inserting a picture at a bookmark.
BookMark1.Range.InlineShapes.AddPicture(PictureLocation.Text, ref
readOnly, ref isVisible, ref missing);
What I need to do is to set the picture layout as Behind Text. I know it has
to be a shape to do this so I use the ConvertToShape method but I don't seem
to be able to find a method to set the layout.
Can anyone help please.
Thank You