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

Glossary Item Box

Description

Gets and sets whether all subsequent image loading/processing/saving operations occur in a thread separate from the main ActiveX thread.

Property Type

Read-write property

Syntax

Visual Basic
Public Property Async As Boolean

Return Type

True if all subsequent operations occur in a thread separate from the main thread.

False is the default which means all loading/processing/saving occurs on the main ActiveX thread.

Remarks

This property should be only used for background processing. When this property is enabled the next operation can occur at anytime and subsequent ImagXpress methods and properties may be run before the loading/processing/saving completes. Use Async processing with care.

 

See Also

©2013. Accusoft Corporation. All Rights Reserved.