Error processing SSI file
Leadtools.Dicom.Services

Show in webframe

BitAllocated Property






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

            

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

Property Value

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

Target Platforms

See Also

Reference

ImageInfo Class
ImageInfo Members

Error processing SSI file