Click or drag to resize

Document StartTrackRevisions Method (String)

Begins making all subsequent changes made to the document programmatically as revisions.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void StartTrackRevisions(
	string author
)

Parameters

author
Type: System String
The author to use for revisions.
See Also