| Leadtools.Dicom.Common.Anonymization Namespace > ImageSettings Class : BitsPerPixel Property |
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
| 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. |