LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

WindowLevelPreset Property (IWindowLevelView)







Gets or sets the window preset values to display.
Syntax
WindowLevelInformation[] WindowLevelPreset {get; set;}
'Declaration
 
Property WindowLevelPreset As WindowLevelInformation()
'Usage
 
Dim instance As IWindowLevelView
Dim value() As WindowLevelInformation
 
instance.WindowLevelPreset = value
 
value = instance.WindowLevelPreset
WindowLevelInformation[] WindowLevelPreset {get; set;}
get_WindowLevelPreset();
set_WindowLevelPreset(value);
__property WindowLevelInformation*[]* get_WindowLevelPreset();
__property void set_WindowLevelPreset( 
   WindowLevelInformation*[]* value
);
property WindowLevelInformation*[]* WindowLevelPreset {
   WindowLevelInformation*[]* get();
   void set (    WindowLevelInformation*[]* value);
}

Property Value

Array of Leadtools.Medical.Workstation.WindowLevelInformation representing the preset values to display.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IWindowLevelView Interface
IWindowLevelView Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.