←Select platform

IsGray Property

Summary

Gets or sets the value that indicates that indicates whether it is grayscale.

Syntax

C#
VB
Java
WinRT C#
C++
public bool IsGray { get; set; } 
Public Property IsGray As Boolean 
public bool IsGray {get; set;} 
public boolean getIsGray() 
public void setIsGray(boolean value) 
             
 <br/>get_IsGray();<br/>set_IsGray(value);<br/>Object.defineProperty('IsGray');  
public: 
property bool IsGray { 
   bool get(); 
   void set (    bool value); 
} 

Property Value

true if it is grayscale; otherwise, false.

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