Click or drag to resize

WorkspaceViewerAutoDispose Property

Gets or sets a value indicating if the Workspace should dispose all images it contains when finalized.

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

Property Value

Type: Boolean
A value indicating if the Workspace should dispose all images it contains when finalized.
Remarks
This value is true by default. Set it to false if using images in another location.
See Also