PageFlushingPolicyEnum enumeration constants are used to denote the modes of working with document pages (with their ImageDocument and Layout objects) in memory.Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
Elements
| Name | Description |
|---|---|
| PFP\_Auto | Automatic mode. |
| PFP\_FlushToDisk | If there are no references to the ImageDocument and the Layout objects for corresponding pages, these objects should be unloaded and saved to disk. |
| PFP\_KeepInMemory | The document is always kept in memory. |
