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
Used in
IBatchProcessor::PageFlushingPolicy
IFRDocument::PageFlushingPolicy
See also
7/3/2024 8:50:25 AM