Skip to main content
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

NameDescription
PFP\_AutoAutomatic mode.
PFP\_FlushToDiskIf there are no references to the ImageDocument and the Layout objects for corresponding pages, these objects should be unloaded and saved to disk.
PFP\_KeepInMemoryThe document is always kept in memory.

Used in

IBatchProcessor::PageFlushingPolicy (Linux and Windows only) IFRDocument::PageFlushingPolicy IFRPage::Flush

See also

Iterating Document Pages