imageURL Property

Summary

Gets or sets the full image URL.

Syntax

JavaScript Syntax
Object.defineProperty(Frame.prototype, 'imageURL', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
imageURL: string; 

Property Value

A string value that represents the full image URL.

Remarks

The image URL is not called directly, but will wait a little before calling, to determine the wait period, use RequestInterval.

Once the image is downloaded the event ImageURLChanged is fired.

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