hasUnsavedDocbuilderChanges()
Use this method to know if there are any unsaved Document Builder changes before the document is built.
The hasUnsavedDocbuilderChanges() method checks whether there are any unsaved
page edits or annotation edits for the current document. You can use this method to check whether a
document that is about to be closed requires building beforehand.
| Returned value | Description |
|---|---|
true |
The current document contains unsaved page edits or annotation edits. |
false |
The current document does not contain unsaved page edits or annotation edits. |
Sample syntax
ViewONE.hasUnsavedDocbuilderChanges();