Message 1 of 2
Not able to given Specify insertion point
Not applicable
03-20-2012
04:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have issue with sendstringtoexecute method for imageattach.
Document doc = (Document)ActiveDocument; string filelocation = Regex.Replace(imagePath, "\\\\", "\\\\"); doc.SendStringToExecute("(Command \"imageattach\" \"" + filelocation + "\")" + Environment.NewLine, true, false, true);
it is opening image attach and after that i am not able to position it. by default it is taking 0,0 as x and y
Please help me..
Thanks in advance...
