pngDataSrc Property

Summary

The address of the lossless compressed data.

Syntax

JavaScript Syntax
Object.defineProperty(Frame.prototype, 'pngDataSrc', 
	get: function() 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly