Gets or sets the value that indicates that indicates whether it is grayscale.
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);
}
true if it is grayscale; otherwise, false.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET