Quantcast
Channel: NetOffice - MS Office in .NET
Viewing all articles
Browse latest Browse all 1741

New Post: Office 2016 support

$
0
0
Any update on 2016?
My code which I insert an image into a Word docx file works fine in Word 2013 but not in 2016.
            Word.Range rangeInitial = wordDoc.Application.Selection.Range;
            Object ol = false;
            Object os = true;
            Object or = rangeInitial;

            Word.InlineShapes inlineShapes = rangeInitial.InlineShapes;
            Word.InlineShape inlineShape = inlineShapes.AddPicture(sStampFile, ol, os, or);
There is no response nor error when the code is executed.
Anybody has any suggestion?
Thanks.

Viewing all articles
Browse latest Browse all 1741

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>