MemoryAllocationMode Enumeration

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Defines memory allocation modes that can be used during PDF processing.

Namespace:  Apitron.PDF.Kit.Configuration
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public enum MemoryAllocationMode
Members

  Member nameValueDescription
Normal1 Default memory allocation mode, all resouces are being loaded to RAM.
ResourcesLowMemory2 Only resources taking less than [!:Apitron.Pdf.Kit.EngineSettings.ResourceSizeLimit] will be kept in memory, other resources will be cached to disk.
See Also

Reference