←Select platform

LargestImagePixelValue Property

Summary

Gets or sets the largest pixel value in the image.

Syntax

C#
VB
Java
WinRT C#
C++
public int LargestImagePixelValue { get; set; } 
Public Property LargestImagePixelValue As Integer 
public int LargestImagePixelValue {get; set;} 
public int getLargestImagePixelValue() 
public void setLargestImagePixelValue(int value) 
             
 <br/>get_LargestImagePixelValue();<br/>set_LargestImagePixelValue(value);<br/>Object.defineProperty('LargestImagePixelValue');  
public: 
property int LargestImagePixelValue { 
   int get(); 
   void set (    int value); 
} 

Property Value

Value that indicates the largest pixel value in the image.

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