Word Document Compare Revision CR/LF, Line Break

Hi

After performing a Word Document Compare between two word document

We loop thought all of the Revisions

We want to Accept any Revisions which are due to a CR/LF or Line Break change

How to interrogate the Revision object and determine if the change was due to a CR/LF or Line Break change

@david.hancock.imagef,

Thanks for your inquiry. Please use Revision.ParentNode property to get the immediate parent node (owner) of this revision. You can use Revision.ParentNode.ToString method to check if it contains line break.