LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
IsApplyAutoWindowLevelSelected Method
See Also 
Leadtools.Medical.Workstation Namespace > IModalitySettingsDataSource Interface : IsApplyAutoWindowLevelSelected Method




modality
The Leadtools.Dicom.Common.DataTypes.ModalityType to check if auto window levels should be applied to.
modality
The Leadtools.Dicom.Common.DataTypes.ModalityType to check if auto window levels should be applied to.
Determines if auto window levels should be applied to the specified Leadtools.Dicom.Common.DataTypes.ModalityType

Syntax

Visual Basic (Declaration) 
Function IsApplyAutoWindowLevelSelected( _
   ByVal modality As ModalityType _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As IModalitySettingsDataSource
Dim modality As ModalityType
Dim value As Boolean
 
value = instance.IsApplyAutoWindowLevelSelected(modality)
C# 
bool IsApplyAutoWindowLevelSelected( 
   ModalityType modality
)
Managed Extensions for C++ 
bool IsApplyAutoWindowLevelSelected( 
   ModalityType modality
) 
C++/CLI 
bool IsApplyAutoWindowLevelSelected( 
   ModalityType modality
) 

Parameters

modality
The Leadtools.Dicom.Common.DataTypes.ModalityType to check if auto window levels should be applied to.

Return Value

true if the auto window levels should be applied; otherwise it is false.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also