You are here: Start » FIL.NET » Invoke.ChargeImageMemoryPools

Invoke.ChargeImageMemoryPools

Preallocates memory buffers for images.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ChargeImageMemoryPools
(
	List<int> inRequestedPoolSizes,
	bool inTouch
)

Parameters

Name Type Range Default Description
inRequestedPoolSizesSystem.Collections.Generic.List<int>Copy a value from InspectImageMemoryPools.outPoolSizes.
inTouchboolForces getting the new memory pools to the cache memory.

See also