Gets a value indicating whether the document has tracked changes.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public bool HasChanges { get; }
Public ReadOnly Property HasChanges As Boolean
	Get
public:
virtual property bool HasChanges {
	bool get () sealed;
}
abstract HasChanges : bool with get
override HasChanges : bool with get

Property Value

Boolean
if the document has tracked changes, set to true.

Implements

IDocument..::..HasChanges

See Also