LEADTOOLS Medical (Leadtools.Dicom.Web assembly)
LEAD Technologies, Inc

HighBit Property






Gets or sets the image window level high bit value.
Syntax
[DataMemberAttribute()]
public int HighBit {get; set;}
'Declaration
 
<DataMemberAttribute()>
Public Property HighBit As Integer
'Usage
 
Dim instance As ImageInfo
Dim value As Integer
 
instance.HighBit = value
 
value = instance.HighBit
[DataMemberAttribute()]
public int HighBit {get; set;}
DataMemberAttribute()
 get_HighBit();
set_HighBit(value);
[DataMemberAttribute()]
public:
property int HighBit {
   int get();
   void set (    int value);
}

Property Value

Value indicating the high bit used for window leveling.
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

ImageInfo Class
ImageInfo Members

 

 


Products | Support | Contact Us | Copyright Notices

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