Gets or sets the value that indicates that indicates whether the largest pixel value applies to the entire image or to one plane.
public bool IsLargestImagePixelValue { get; set; }
Public Property IsLargestImagePixelValue As Boolean
public bool IsLargestImagePixelValue {get; set;}
public boolean getIsLargestImagePixelValue()
public void setIsLargestImagePixelValue(boolean value)
<br/>get_IsLargestImagePixelValue();<br/>set_IsLargestImagePixelValue(value);<br/>Object.defineProperty('IsLargestImagePixelValue');
public:
property bool IsLargestImagePixelValue {
bool get();
void set ( bool value);
}
true if the largest pixel value applies to the entire image, false if the largest pixel value applies to one plane.
SmallestImagePixelValue Property
IsSmallestImagePixelValue Property
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