WorkspaceViewer.AutoDispose 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)
Syntaxpublic bool AutoDispose { get; set; }
Public Property AutoDispose As Boolean
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