←Select platform

IsLargestImagePixelValue Property

Summary

Gets or sets the value that indicates that indicates whether the largest pixel value applies to the entire image or to one plane.

Syntax

C#
VB
Java
WinRT C#
C++
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); 
} 

Property Value

true if the largest pixel value applies to the entire image, false if the largest pixel value applies to one plane.

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