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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.