DisplayGrayscaleValue property (IDicomLayerAttributes Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 5.0 example

 

Syntax

long DisplayGrayscaleValue

Overview

Refer to Working with DICOM Annotations

Remarks

The DisplayGrayscaleValue property specifies the value of the "Graphic Layer Recommended Display Grayscale Value" (0070,0066) element.

When creating a new layer using the CreateLayer method and when updating an existing layer using the SetLayerAttributes method, this property will be ignored if it is set to a negative value. When retrieving the attributes of a layer using the GetLayerAttributes method, this property will be set to a negative value if the corresponding element doesn’t exist.

See Also

Elements:

LayerAttributes property, CreateLayer method, GetLayerAttributes method, SetLayerAttributes method

Topics:

ILEADDicomDS Interface, IDicomLayerAttributes Interface