←Select platform

Grayscale Property

Summary

Gets or sets the "Graphic Layer Recommended Display Grayscale Value" (0070,0066) attribute value.

Syntax

C#
VB
WinRT C#
C++
public int Grayscale { get; set; } 
Public Property Grayscale As Integer 
public int Grayscale {get; set;} 
 <br/>get_Grayscale();<br/>set_Grayscale(value);<br/>Object.defineProperty('Grayscale');  
public: 
property int Grayscale { 
   int get(); 
   void set (    int value); 
} 

Property Value

Value that indicates the "Graphic Layer Recommended Display Grayscale Value" (0070,0066) attribute value.

Example

For an example, refer to CreateLayer.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly