EngineSettingsResourceSizeLimit Property

Apitron PDF Rasterizer help
Apitron.PDF.Rasterizer library for .NET
Defines the resouce size limit in bytes that controls whether the resouce should be loaded to RAM or cached to disk. Valid only if the corressponding setting is set. See MemoryAllocationMode property.

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 int ResourceSizeLimit { get; set; }

Property Value

Type: Int32
Remarks

Setting this property has effect only if MemoryAllocationMode is set to ResourcesLowMemory. Minimal value is: 1048576 bytes (1 megabyte) Default valus is: 5242880 bytes (5 megabytes)
See Also

Reference