Document state changed
What it does
At any moment the document state can be described with an array of flags. The event occurs every time when the state changes. A set of flags describing changes in the document state are passed to the event as input parameters.
Flags that determine the document state
- Preprocessed
- Analyzed
- Recognized
- HasErrors
- Assembled
- Verified
- Exported
- HasLayout
When it is launched
The script is launched on document export provided the document state has changed since it was read.
Parameters
Name | Type | Access | Description |
---|---|---|---|
ChangedStates | IScriptBinaryAttributes<TStateType> | Read-only | Stores information about changes of the document state |
Document | IDocument | Read/write | The document |
4/12/2024 6:16:02 PM