Options.StoreRSIDOnSave Property
True for Microsoft Word to assign a random number to changes in a document, each time a document is saved, to facilitate comparing and merging documents. Word stores the random numbers in a table and updates the table after each save.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property StoreRSIDOnSave As Boolean
Get
Set
'Usage
Dim instance As Options
Dim value As Boolean
value = instance.StoreRSIDOnSave
instance.StoreRSIDOnSave = value
bool StoreRSIDOnSave { get; set; }
Property Value
Type: System.Boolean
Remarks
The default for the StoreRSIDOnSave property is True. However, RSID information is not saved for HTML documents.
Use the RemovePersonalInformation property if you want to remove information related to authors and reviewers of a document.