width Property

Summary

Gets or sets the image width.

Syntax

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

Property Value

Value that represents the image width.

Remarks

For image height, refer to Height.

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