signed Property

Summary

Indicates whether the image is signed or unsigned.

Syntax

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

Property Value

true if the image is signed, false if the image is unsigned.

Remarks

The image can be stored as an array of data, or as a png image, refer to Data32 and Image.

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