Click or drag to resize

PixelMemoryTrackerHighWatermark Property

Sets or gets a trigger point for memory events.

Namespace:  Atalasoft.Imaging.Memory
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public long HighWatermark { get; set; }

Property Value

Type: Int64
Remarks
When total image memory in use exceeds this value, an event will be fired.
See Also