THotPDF.ImmediateFlushLayout Property
Moves each completed page content stream to owned file-backed storage so memory use stays bounded during unbounded report generation
Declaration
property ImmediateFlushLayout: boolean read FImmediateFlushLayout write FImmediateFlushLayout default false;
Unit
HPDFDoc
Parameters
| Name | Purpose |
|---|---|
| This member does not expose explicit parameters | |
Return value
This member does not return a value
Usage notes
- Set the property before
BeginDoc; the default false value retains the normal in-memory page streams - Final PDF object ordering, cross-reference construction, compression filters, fonts, and shared resources are unchanged
- Read
ImmediateFlushedPageCountandImmediateFlushedBytesafter pages close to monitor staged output