OfficeToPDFOptionsGetDisplayChangeTracking Method |
Gets the value DisplayChangeTracking from the options object
If this option is true, will display office change tracking markup present in the document (i.e, red strikethrough of deleted content and underlining of new content). Otherwise displays the resolved document content, with no markup. Defaults to true.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool GetDisplayChangeTracking()
Public Function GetDisplayChangeTracking As Boolean
public:
virtual bool GetDisplayChangeTracking() sealed
function GetDisplayChangeTracking();
Return Value
Type:
Booleana bool, If this option is true, will display office change tracking markup present in the document (i.e, red strikethrough of deleted content and underlining of new content). Otherwise displays the resolved document content, with no markup. Defaults to true..
See Also