MedicalViewerSizeMode Enumeration

Summary

MedicalViewerSizeMode represents the different size modes supported for the images inside the medical viewer.

Syntax
TypeScript
JavaScript
lt.Controls.Medical.MedicalViewerSizeMode = { 
	none: 0, 
	actualSize: 1, 
	fit: 2, 
	trueSize: 3 
} 
lt.Controls.Medical.MedicalViewerSizeMode = { 
	none: 0, 
	actualSize: 1, 
	fit: 2, 
	trueSize: 3 
} 
Members
ValueMemberDescription
0 None

(0x00000000) None.

1 ActualSize

(0x00000001) The actual size of the image in pixels.

2 Fit

(0x00000002) Fit the image to its container.

3 TrueSize

(0x00000003) The true real world size, which is set using the ColumnSpacing and RowSpacing

Remarks

To set the images to the desired size mode, refer to Zoom.

The default mode is Fit.

The Fit is a mode that the image will stay fit to the its container even if the container is changed in size.

To get the current scale mode, refer to ScaleMode.

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.