Class BitDepth

Class BitDepth

Namespace: Aspose.Medical.Dicom.Imaging.RenderOptions
Assembly: Aspose.Medical.dll (25.11.0)

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

public sealed class BitDepth

Inheritance

object BitDepth

Inherited Members

object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

BitDepth()

public BitDepth()

Properties

BitsAllocated

Number of bits allocated per sample. Generally 1, 4, 8, or 16. Read-only System.Int32.

public required int BitsAllocated { get; init; }

Property Value

int

BitsStored

Number of bits stored per sample. Read-only System.Int32.

public required int BitsStored { get; init; }

Property Value

int

HighBit

Highest value bit in sample. Read-only System.Int32.

public required int HighBit { get; init; }

Property Value

int

IsSigned

Indicates whether Samples have signed values (if true) or not. Read-only System.Boolean.

public required bool IsSigned { get; init; }

Property Value

bool

Methods

ToString()

public override string ToString()

Returns

string