Leadtools.Dicom.Services

BitAllocated Property

Show in webframe



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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.