isFullImageReceived Property

Summary

Determines whether the full image has been downloaded successfully.

Syntax

JavaScript Syntax
Object.defineProperty(Frame.prototype, 'isFullImageReceived', 
	get: function() 
) 
TypeScript Syntax
isFullImageReceived: boolean; // read-only 

Property Value

true if the full image has been received, false otherwise.

Remarks

The full image can be downloaded using ImageURL.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly