|
These are the constants used to indicate what the operation should do with a document that has been modified, once it has been processed. The action is specified through the ModifiedDocumentAction property of the UserOptions class. Operations that modify documents should provide a user option to allow the user to decide what action to take.
Constant
|
Description
|
KeepOpen
|
The document should remain open after being processed, allowing undo.
|
CloseSaving
|
The document should be closed saving the modifications.
|
CloseWithoutSaving
|
The document should be closed without saving the modifications. This value is used only for operations that do not modify files, such as reviews.
|
See Also:
UserOption Class
|