blob Property

Summary

Gets or sets the array of data that represents the raw data of the Frame.

Syntax
TypeScript
JavaScript
Object.defineProperty(Frame.prototype, 'blob', 
	get: function(), 
	set: function(value) 
) 
blob: number[]; 

Property Value

An array of data that represents the raw data of the Frame.

Remarks

This data is generated when the user calls Create3D which will take the image attached to the frame and generate the data array out of it.

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