c# - How do I programatically change the layout of a Word 2010 document? -
we have application reads word documents , imports them our file format.
a recent bug found page count available in page layout view, word 2010 defaults web layout.
using .net c# how can change view give page count?
i believe property looking document.activewindow.view.type = wdprintview;
can read more in on msdn.
Comments
Post a Comment