C#
VB
C++
Java
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 boolean getIsLargestImagePixelValue()
public void setIsLargestImagePixelValue(boolean value)
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