ImageMemoryPreventDispose Property |
Gets or sets a value indicating if the memory should be freed when disposing.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public bool PreventDispose { get; set; }
Public Property PreventDispose As Boolean
Get
Set
Property Value
Type:
Boolean A value indicating if the memory should be freed when disposing.
Remarks This class is no longer used in DotImage. Please use PixelMemory instead.
This should only be set to true if the same memory is being handled somewhere else.
See Also