pngDataSrc Property

Summary

The address of the lossless compressed data.

Syntax
TypeScript
JavaScript
Object.defineProperty(Frame.prototype, 'pngDataSrc', 
	get: function() 
) 
pngDataSrc: string; // read-only 

Property Value

A string value that represents the address of the lossless compressed data, which is the 16-bit image data.

Remarks

This address represents the full image data, but in a lossless compressed form, for faster download.

To download the png data address, refer to SetPNGDataSrc.

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