urlMode Property

Summary

Represents the type of loading that will occur when Run is called.

Syntax

JavaScript Syntax
Object.defineProperty(ImageLoader.prototype, 'urlMode', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
urlMode: ImageLoaderUrlMode; 

Property Value

The type of loading that will occur when Run is called. Default value is ImageLoaderUrlMode.ImageUrl.

Remarks

Run kicks off the ImageLoader using the provided ImageLoaderUrlMode enum value. See ImageLoaderUrlMode for more information on the differences between each type of image loading.

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 Assembly