Gets or sets the word processing option for displaying any markup added to the document through the Track Changes feature in Microsoft Word.
Namespace:
Relativity.Imaging.Services.InterfacesAssembly:
Relativity.Imaging.Services.Interfaces (in Relativity.Imaging.Services.Interfaces.dll) Version: 10.3.0.0 (10.3.0.0)
public bool ShowTrackChanges { get; set; }
public bool ShowTrackChanges { get; set; }Public Property ShowTrackChanges As Boolean
Get
Set
Public Property ShowTrackChanges As Boolean
Get
Set
public:
property bool ShowTrackChanges {
bool get ();
void set (bool value);
}
public:
property bool ShowTrackChanges {
bool get ();
void set (bool value);
}member ShowTrackChanges : bool with get, set
member ShowTrackChanges : bool with get, set
Property Value
Type:
Boolean
Corresponds to the Show track changes Option under the Word Processing Options tab.
Reference