Error processing SSI file
Leadtools.Dicom.Services

Show in webframe

BitsStored Property






Gets or sets the number of bits stored for each pixel sample.
Syntax
public int BitsStored {get; set;}
'Declaration
 
Public Property BitsStored As Integer
'Usage
 
Dim instance As ImageInfo
Dim value As Integer
 
instance.BitsStored = value
 
value = instance.BitsStored

            

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

Property Value

Value that indicates the number of bits stored for each pixel sample.
Requirements

Target Platforms

See Also

Reference

ImageInfo Class
ImageInfo Members

Error processing SSI file