AccusoftImagXpress13 ActiveX DLL > ImagXpress Object : AutoClose Property |
Visual Basic |
---|
Public Property AutoClose As Boolean |
If this property is set to True, then when the ActiveX control is destroyed, the image ID that it was using to display the graphic image will also be destroyed. If there are ten buffers that hold ten different images, and if one of the ImagXpress ActiveX controls that is using one of those ten buffers is destroyed, then that one buffer will also be freed, but the other nine will not.
The default is for this property to be set to True. Typically one image buffer is used per ImagXpress control and this way that image is taken care of with the control.