blob Property

Summary

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

Syntax

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

Leadtools.Controls.Medical Assembly