ImageMemoryMemoryMapThreshold Property |
Note: This API is now obsolete.
File mapping is no longer supported. This property will throw on set.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax [ObsoleteAttribute("MemoryMapThreshold is no longer supported.", true)]
public static int MemoryMapThreshold { get; set; }
<ObsoleteAttribute("MemoryMapThreshold is no longer supported.", true)>
Public Shared Property MemoryMapThreshold As Integer
Get
Set
Property Value
Type:
Int32 Get returns 0.
Remarks The default threshold is 30,000 bytes, but the optimal threshold is highly dependant on the client system and it's available memory.
See Also