frameIndex Property

Summary

Gets or sets the value that indicates the zero-based index of the frame that will be rendered for this MRTI image.

Syntax

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

Property Value

Value that indicates the zero-based index of the frame that will be rendered for this MRTI image.

Remarks

This value is usefull, if the original DICOM image that contain the frame is a mulitpage DICOM file, in this case, this value represents the page index

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