Accusoft ImagXpress 13
Async Property
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

ImagXpress Object  | ImagXpress Members  | AsyncMaxThreads Property  | AsyncCancelOnClose Property  | AsyncPriority Property  | Loading

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback