You are here: Start » FIL.NET » Function Reference » System » Configuration » FIL.ControlImageMemoryPools

FIL.ControlImageMemoryPools

Enables or disables deterministic image memory allocator.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void ControlImageMemoryPools
(
	bool inIsEnabled
)

Parameters

Name Type Range Default Description
inIsEnabledboolTrueSpecifies whether memory pools should be used or not. Default value: True.

See also