Accusoft.ImagXpress13.Net
IsAsync Property




Gets an indicator whether subsequent image loading, processing or saving operations occur in a separate thread from the viewer control thread.
Syntax
'Declaration
 
Public ReadOnly Property IsAsync As Boolean
'Usage
 
Dim instance As ProgressEventArgs
Dim value As Boolean
 
value = instance.IsAsync
public bool IsAsync {get;}
public: __property bool get_IsAsync();
public:
property bool IsAsync {
   bool get();
}

Property Value

A boolean value which is true if separate threads are used. Otherwise, false is returned.
Remarks

The default value is false.

See Also

Reference

ProgressEventArgs Class
ProgressEventArgs Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback