imageLoaderImagesHolder Property

Summary

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

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

Property Value

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

Remarks

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

History

19.0.0.48
Added

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer Assembly