ImageMemoryEnableMemoryFileMapping 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("EnableMemoryFileMapping is no longer supported.",
true)]
public static bool EnableMemoryFileMapping { get; set; }
<ObsoleteAttribute("EnableMemoryFileMapping is no longer supported.",
true)>
Public Shared Property EnableMemoryFileMapping As Boolean
Get
Set
Property Value
Type:
Boolean Returns false.
See Also