MedicalViewerSizeMode Enumeration

Summary

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

Syntax

JavaScript Syntax
lt.Controls.Medical.MedicalViewerSizeMode = { 
	None: 0, 
	ActualSize: 1, 
	Fit: 2, 
	TrueSize: 3 
} 
TypeScript Syntax
lt.Controls.Medical.MedicalViewerSizeMode = { 
	None: 0, 
	ActualSize: 1, 
	Fit: 2, 
	TrueSize: 3 
} 

Members

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly