Click or drag to resize

Document StartTrackRevisions Method (String, DateTime)

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,
	DateTime dateTime
)

Parameters

author
Type: System String
The author to use for revisions.
dateTime
Type: System DateTime
The date and time to use for revisions.
See Also