←Select platform

IsSmallestImagePixelValue Property

Summary

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

Syntax

C#
VB
Java
WinRT C#
C++
public bool IsSmallestImagePixelValue { get; set; } 
Public Property IsSmallestImagePixelValue As Boolean 
public bool IsSmallestImagePixelValue {get; set;} 
public boolean getIsSmallestImagePixelValue() 
public void setIsSmallestImagePixelValue(boolean value) 
             
 <br/>get_IsSmallestImagePixelValue();<br/>set_IsSmallestImagePixelValue(value);<br/>Object.defineProperty('IsSmallestImagePixelValue');  
public: 
property bool IsSmallestImagePixelValue { 
   bool get(); 
   void set (    bool value); 
} 

Property Value

true if smallest pixel value applies to the entire image, false if smallest 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