BitDepth

BitDepth class

Provides ‘Bit depth’ information for image rendering process from a DICOM Dataset.

public sealed class BitDepth

Properties

NameDescription
BitsAllocated { get; set; }Number of bits allocated per sample. Generally 1, 4, 8, or 16. Read-only Int32.
BitsStored { get; set; }Number of bits stored per sample. Read-only Int32.
HighBit { get; set; }Highest value bit in sample. Read-only Int32.
IsSigned { get; set; }Indicates whether Samples have signed values (if true) or not. Read-only Boolean.

Methods

NameDescription
override ToString()

See Also