Gets a value indicating whether the document has tracked changes.
Namespace: Spire.DocAssembly: 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
Booleanif the document has tracked changes, set to true.