bitsPerPixel Property

Summary

Gets or sets the bits per pixel for the image.

Syntax

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

Property Value

Value that represents the bits per pixel for the image.

Remarks

This value must be set for the window level to work 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