メインコンテンツへスキップ

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

PageFlushingPolicyEnum 列挙定数は、メモリ内のドキュメントページ (ImageDocument および Layout オブジェクト) の操作モードを表すために使用されます。
typedef enum {
 PFP_KeepInMemory,
 PFP_FlushToDisk,
 PFP_Auto
} PageFlushingPolicyEnum;

要素

名前説明
PFP_Auto自動モード。
PFP_FlushToDisk対応するページの ImageDocument および Layout オブジェクトへの参照がない場合、これらのオブジェクトはアンロードされ、ディスクに保存されます。
PFP_KeepInMemoryDocumentは常にメモリに保持されます。

使用箇所

IBatchProcessor::PageFlushingPolicy (LinuxおよびWindowsのみ) IFRDocument::PageFlushingPolicy IFRPage::Flush

関連項目

Iterating Document Pages