Accusoft.ImagXpress12.Net
AutoImageDispose Property
See Also  Send Feedback
Accusoft.ImagXpressSdk Namespace > ImageXView Class : AutoImageDispose Property




Glossary Item Box

Gets and sets enabling the ImageXView's Dispose method to automatically call the ImageX's Dispose method.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Property Value

A boolean value which is true to turn on auto image dispose. Otherwise, false is used.

Remarks

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.

See Also

©2013. Accusoft Corporation. All Rights Reserved.