Back to Devexpress

FReduceMemoryUse Variable

vcl-dxpscore-93508a8f.md

latest878 B
Original Source

FReduceMemoryUse Variable

Specifies if the Printing System reduces memory consumption when it prints images.

Declaration

delphi
var FReduceMemoryUse: Boolean = False;

Variable Value

TypeDescription
Boolean

If True , the Printing System reduces memory consumption; otherwise, it optimizes performance.

|

Remarks

ValueDescription
FalseThe Printing System caches images to improve performance for reports printed with multiple images.
TrueThe Printing System calls the Dormant procedure for an image once it is rendered to decrease the number of image handles and reduce memory consumption. This setting may impact performance if a report contains multiple images.

See Also

dxPSCore Unit