Gets an indicator whether the image processing is complete.
public bool IsComplete {get;}
public: __property bool get_IsComplete();
public:
property bool IsComplete {
bool get();
}
Property Value
A boolean value which is
true if the image is complete with processing. Otherwise,
false is returned.