index Property

Summary

Gets the index of the requested MPR image.

Syntax
TypeScript
JavaScript
Object.defineProperty(MPRFrameRequestedEventArgs.prototype, 'index', 
	get: function() 
) 
index: number; // read-only 

Property Value

Value that represents the index of the requested MPR image.

Remarks
  • Change the volume type to MPR to view the MPR images in 3D form. To change the volume to MPR, refer to VolumeType.

  • index is only used when the user sets the ServerSideRendering to true.

  • You need to register MPRFrameRequested if you want to create a server-side MPR rendering.

  • To enable server-side rendering, refer to ServerSideRendering.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly