Click or drag to resize

OfficeToPDFOptionsSetDisplayChangeTracking Method

Sets the value for DisplayChangeTracking in 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 OfficeToPDFOptions SetDisplayChangeTracking(
	bool value
)

Parameters

value
Type: SystemBoolean
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.

Return Value

Type: OfficeToPDFOptions

[Missing <returns> documentation for "M:pdftron.PDF.OfficeToPDFOptions.SetDisplayChangeTracking(System.Boolean)"]

See Also