←Select platform

FirstStoredPixelValueMapped Property

Summary

Gets or set the first input value mapped.

Syntax

C#
VB
Java
WinRT C#
C++
public int FirstStoredPixelValueMapped { get; set; } 
Public Property FirstStoredPixelValueMapped As Integer 
public int FirstStoredPixelValueMapped {get; set;} 
public int getFirstStoredPixelValueMapped() 
public void setFirstStoredPixelValueMapped(int value) 
             
 <br/>get_FirstStoredPixelValueMapped();<br/>set_FirstStoredPixelValueMapped(value);<br/>Object.defineProperty('FirstStoredPixelValueMapped');  
public: 
property int FirstStoredPixelValueMapped { 
   int get(); 
   void set (    int value); 
} 

Property Value

Value indicating the second value in the "LUT Descriptor". Specifies the first input value mapped.

Example

Refer to DicomVoiLutAttributes example.

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