Click or drag to resize

StructureDocumentTagInline MakeChanges Method

Accepts or rejects changes tracked from the moment of last change acceptance.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void MakeChanges(
	bool acceptChanges
)

Parameters

acceptChanges
Type: System Boolean
if it accepts changes, set to true .
See Also