image Property

Summary

Gets the element that will contain the requested MPR image.

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

Property Value

HTMLImageElement that contains 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.

  • image 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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.