signed3D Property

Summary

Gets a boolean value that indicates whether the 3D data generated by Create3D is signed or unsigned.

Syntax

JavaScript Syntax
Object.defineProperty(Cell.prototype, 'signed3D', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
signed3D: boolean; 

Property Value

true if the 3D data generated by Create3D is unsigned; false if the data is signed

Remarks

The MPR uses this value in order to render the frames for signed images correctly.

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