Accusoft ImagXpress 12
AutoClose Property
See Also  Send comments on this topic.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : AutoClose Property

Glossary Item Box

Description

Gets and sets whether the image buffer, that the control is using, is automatically closed when the control is destroyed.

Property Type

Read-write property

Syntax

Visual Basic
Public Property AutoClose As Boolean

Return Type

True to automatically close the image buffer when the control is destroyed. Otherwise, False to leave the image buffer open for another ImagXpress control to use and close.

Remarks

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.

See Also

©2013. Accusoft Corporation. All Rights Reserved.