- modality
- The Leadtools.Dicom.Common.DataTypes.ModalityType to check if auto window levels should be applied to.
| 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.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code