Field IsDirty Property GemBox.Document Help
Gets or sets a value indicating whether the result of this field is invalid and, because of that, it should be updated.

Namespace: GemBox.Document
Assembly: GemBox.Document (in GemBox.Document.dll) Version: 21.3.30.1113
Syntax

public bool IsDirty { get; set; }

Field Value

  if result of this field is invalid and, because of that, it should be updated; otherwise,  .
Remarks

The property value of true specifies that the result of this field is no longer based on the contents of the document, and should be recalculated whenever an application with this functionality reads the document (for example MS Word).
See Also