imageLoaderImagesHolder Property

Summary

The HTMLElement to use for temporary image loading, when necessary.

Syntax

JavaScript Syntax
Object.defineProperty(PrintDocumentOptions.prototype, 'imageLoaderImagesHolder', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
imageLoaderImagesHolder: number; 

Property Value

The HTMLElement to use for temporary image loading. The default value is null.

Remarks

Used when retrieving document pages from the Documents Service for printing with DocumentViewer.Print. See ImageLoader.ImagesHolder for more information.

History

19.0.0.48
Added
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.Documents.UI Assembly