Class GrayscaleRenderOptions

Class GrayscaleRenderOptions

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

Represents options that controls rendering process of grayscale images.

public sealed class GrayscaleRenderOptions

Inheritance

object GrayscaleRenderOptions

Inherited Members

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

Constructors

GrayscaleRenderOptions()

public GrayscaleRenderOptions()

Properties

BitDepth

The Aspose.Medical.Dicom.Imaging.RenderOptions.BitDepth options used to render image (specified in DICOM Dataset). Read-only Aspose.Medical.Dicom.Imaging.RenderOptions.BitDepth.

public required BitDepth BitDepth { get; init; }

Property Value

BitDepth

Invert

Specifies whether a grayscale image should be rendered as inverted. Read-only System.Boolean.

public bool Invert { get; init; }

Property Value

bool

RescaleIntercept

Pixel data rescale interception. Read-only System.Double.

public required double RescaleIntercept { get; init; }

Property Value

double

RescaleSlope

Pixel data rescale slope. Read-only System.Double.

public required double RescaleSlope { get; init; }

Property Value

double

WindowCenter

Window center (horizontal). Read-only System.Double.

public double WindowCenter { get; init; }

Property Value

double

WindowWidth

Window width. Read-only System.Double.

public double WindowWidth { get; init; }

Property Value

double