Gets an indicator whether subsequent image loading, processing or saving operations occur in a separate thread from the viewer control thread.
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.