Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

Show in webframe

BitsPerPixel Property






Gets or sets the Bits Per Pixel of the image.
Syntax
public int BitsPerPixel {get; set;}
'Declaration
 
Public Property BitsPerPixel As Integer
'Usage
 
Dim instance As ImageFormat
Dim value As Integer
 
instance.BitsPerPixel = value
 
value = instance.BitsPerPixel

            

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

Property Value

An System.Int32 value specifying the bits per pixel of the image.
Requirements

Target Platforms

See Also

Reference

ImageFormat Class
ImageFormat Members

Error processing SSI file