How to get list of revisions by Final Showing Markup?

N

Nitin Shukla

My application (C#) compares two MS Word documents and save diff document at
user's location. The application also generates a summary report of documents
compared and specifies number of differences found on each page of documents
compared.

In order to determine number of differences on each page, it iterate through
all the revisions object of the diff document saved at user's location. From
each revision I determine the wdActiveEndPageNumber from the Range member of
that revision. This give the number of difference found on each page of
document.

For some reason I need to get the Revisions shown by Final Showing Markup
only. Is there are a way to get Revisions from a MS Word document for Final
Showing Markup only?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top