|
THotPDF.RenderCacheMaxBytes
|
Top Previous Next |
|
Defines the maximum storage limit in bytes allocated for cached rendering structures
Delphi syntax: property RenderCacheMaxBytes: Int64 read FRenderCacheMaxBytes
Description Defines the maximum storage limit in bytes allocated for cached rendering structures Default limit is 500 MB (524288000 bytes) When the limit is reached, older cache items are evicted using a least-recently-used (LRU) algorithm
See also: THotPDF |