Leadtools.Dicom.Services

BitsStored Property

Show in webframe



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

 

 


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