요소
| Name | Description |
|---|---|
| PFP_Auto | 자동 모드. |
| PFP_FlushToDisk | 해당 페이지의 ImageDocument 및 Layout 객체를 참조하는 항목이 없으면, 이 객체는 메모리에서 해제되어 디스크에 저장됩니다. |
| PFP_KeepInMemory | 문서는 항상 메모리에 유지됩니다. |
typedef enum {
PFP_KeepInMemory,
PFP_FlushToDisk,
PFP_Auto
} PageFlushingPolicyEnum;
| Name | Description |
|---|---|
| PFP_Auto | 자동 모드. |
| PFP_FlushToDisk | 해당 페이지의 ImageDocument 및 Layout 객체를 참조하는 항목이 없으면, 이 객체는 메모리에서 해제되어 디스크에 저장됩니다. |
| PFP_KeepInMemory | 문서는 항상 메모리에 유지됩니다. |
이 페이지가 도움이 되었나요?