MemoryAllocationMode Enumeration

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

Namespace:  Apitron.PDF.Rasterizer.Configuration
Assembly:  Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.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 [!:Pdf.Rasterizer.EngineSettings.ResourceSizeLimit] will be kept in memory, other resources will be cached to disk.
See Also

Reference