_Document.OriginalDocumentTitle Property
Returns the document title for the original document after running a legal-blackline document compare function. Read-only.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property OriginalDocumentTitle As String
Get
'Usage
Dim instance As _Document
Dim value As String
value = instance.OriginalDocumentTitle
string OriginalDocumentTitle { get; }
Property Value
Type: System.String
String
Remarks
To perform a legal-blackline document compare, use the CompareDocuments(Document, Document, WdCompareDestination, WdGranularity, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, Boolean) method.