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
IFRDocument::PageFlushingPolicy
See also
03.07.2024 8:50:10