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
17.09.2024 15:14:41