preview16BitPNG Property

Summary

The 16-bit preview data URL.

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

Property Value

A string value that represents the full image URL.

Remarks

This allows the user to get a preview of the 16-bit data which in turn allows the user to do window leveling on the preview image.

This is an alternative solution to PreviewURI which is smaller in size, which makes it download faster. However, you cannot apply window level on that image.

Once the 16-bit data is downloaded, the events PreviewLoaded is fired .

To check whether the 16-bit data has been downloaded, refer to IsDataReady.

Requirements

Target Platforms

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

Leadtools.Controls.Medical Assembly