Saved property

This property returns true if the document has not changed since it was last saved, otherwise it returns false. When a document is new, the Saved property's value is false.

Defined in

Document

Data type

boolean

Syntax

  public boolean isSaved()

See examples

Example: Saved property