serverSideRendering Property

Summary

Indicates whether to render the MPR frames using the server-side or client side.

Syntax
TypeScript
JavaScript
Object.defineProperty(MPRCell.prototype, 'serverSideRendering', 
	get: function(), 
	set: function(value) 
) 
serverSideRendering: boolean; 

Property Value

true to use server-side rendering; otherwise, false to use client side rendering.

Remarks
  • server-side rendering does not require downloading all the images to the client side. If you have a lot of frames, server-side rendering is the ideal way to go.

  • Client side rendering requires all the images to be downloaded to the client side first. However, after downloading all the images, moving through different mpr frames is a smoother operation.

💡 TIP

When there are not many frames, use the client side rendering for better operation results.

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.