Skip to main content

FReduceMemoryUse Variable

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

Declaration

var FReduceMemoryUse: Boolean = False;

Variable Value

Type Description
Boolean

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

Remarks

Value Description
False The Printing System caches images to improve performance for reports printed with multiple images.
True The 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