Error processing SSI file
Leadtools.Dicom.Services

Show in webframe

HighBit Property






Gets or sets the image window level high bit value.
Syntax
public int HighBit {get; set;}
'Declaration
 
Public Property HighBit As Integer
'Usage
 
Dim instance As ImageInfo
Dim value As Integer
 
instance.HighBit = value
 
value = instance.HighBit

            

            
public:
property int HighBit {
   int get();
   void set (    int value);
}

Property Value

Value indicating the high bit used for window leveling.
Requirements

Target Platforms

See Also

Reference

ImageInfo Class
ImageInfo Members

Error processing SSI file