VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom Namespace / DicomGraphicLayer Class / RecommendedDisplayGrayscaleValue Property
Syntax Requirements SeeAlso
In This Topic
    RecommendedDisplayGrayscaleValue Property (DicomGraphicLayer)
    In This Topic
    Gets the value in which it is recommended to render the layer on a grayscale display.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The value in which it is recommended to render the layer on a grayscale display.")>
    <CategoryAttribute("Dicom")>
    Public ReadOnly Property RecommendedDisplayGrayscaleValue As UShort
    
    
    [Description("The value in which it is recommended to render the layer on a grayscale display.")]
    [Category("Dicom")]
    public ushort RecommendedDisplayGrayscaleValue { get; }
    
    
    [Description("The value in which it is recommended to render the layer on a grayscale display.")]
    [Category("Dicom")]
    public: __property ushort get_RecommendedDisplayGrayscaleValue();
    
    
    
    [Description("The value in which it is recommended to render the layer on a grayscale display.")]
    [Category("Dicom")]
    public:
    property ushort RecommendedDisplayGrayscaleValue { ushort get(); }
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also