Error processing SSI file
Leadtools.Dicom.Common

Show in webframe

BitsPerPixel Property






Gets or sets the bits per pixel.
Syntax
public int BitsPerPixel {get; set;}
'Declaration
 
Public Property BitsPerPixel As Integer
'Usage
 
Dim instance As ImageSettings
Dim value As Integer
 
instance.BitsPerPixel = value
 
value = instance.BitsPerPixel
public:
property int BitsPerPixel {
   int get();
   void set (    int value);
}

Property Value

The resulting image pixel depth. Possible values are: Value01 to 812162432
Remarks
The following lists the possible values and their associated meaning:
Value Meaning
0 Keep the original file's pixel depth (do not convert).
1 to 8 The specified bits per pixel in the resulting image.
12 12 bits per pixel in the resulting image.
16 16 bits per pixel in the resulting image.
24 24 bits per pixel in the resulting image.
32 32 bits per pixel in the resulting image.
Requirements

Target Platforms

See Also

Reference

ImageSettings Class
ImageSettings Members

Error processing SSI file
   Leadtools.Dicom.Common requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features