Accusoft.ImagXpressSdk Namespace > ImageXView Class : AutoImageDispose Property |
The default value is false.
Because the default value is false, it is the programmer's responsiblity to call the Dispose(Boolean) method for the ImageX object after the ImageXView's Dispose method is called. Set this property to true if you would like ImageX's object connected to the ImageXView to be disposed of automatically when the ImageXView is disposed.
This is useful if you tend to tie one and only one image to a view.