MPRCell Constructor

Summary

Initializes a new MPRCell class object with explicit parameters.

Syntax
TypeScript
JavaScript
MPRCell = function( 
   generator, 
   mprType, 
   divID, 
   serverSideRendering 
) 
constructor( 
   generator: Cell, 
   mprType: CellMPRType, 
   divID: string, 
   serverSideRendering:boolean 
); 

Parameters

generator

The generator cell.

mprType

The type of the MPR that will be generated.

divID

The id of the cell.

serverSideRendering

true to request the MPR image from the server. false to generate the MPR on the client-side.

Remarks

Before instantiating this class, use the static method CanDoMPR to check whether the generator cell is valid.

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.