ImageSourceMemoryLimit Property |
This sets the limit for memory usage for this ImageSource. If memory usage goes beyond
this, images will be dropped from memory until memory usage is below the limit.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public int MemoryLimit { get; set; }
Public Property MemoryLimit As Integer
Get
Set
Property Value
Type:
Int32See Also