PageFlushingPolicyEnum

PageFlushingPolicyEnum enumeration constants are used to denote the modes of working with document pages (with their ImageDocument and Layout objects) in memory.

typedef enum {
 PFP_KeepInMemory,
 PFP_FlushToDisk,
 PFP_Auto
} PageFlushingPolicyEnum;
    

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.

Used in

IBatchProcessor::PageFlushingPolicy

IFRDocument::PageFlushingPolicy

IFRPage::Flush

See also

Iterating Document Pages

24.03.2023 8:51:52

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.