AccusoftImagXpress13 ActiveX DLL > ImagXpress Object : Async Property |
Visual Basic |
---|
Public Property Async As Boolean |
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.
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.