Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

FirstStoredPixelValueMapped Property








The second value in the "LookupTable Descriptor", this specifies the first input value mapped.
Syntax
public int FirstStoredPixelValueMapped {get; set;}
'Declaration
 
Public Property FirstStoredPixelValueMapped As Integer
'Usage
 
Dim instance As DicomLookupTableDescriptor
Dim value As Integer
 
instance.FirstStoredPixelValueMapped = value
 
value = instance.FirstStoredPixelValueMapped
public int FirstStoredPixelValueMapped {get; set;}
@property (nonatomic, assign) NSInteger firstStoredPixelValueMapped
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

The second value in the "LookupTable Descriptor", which specifies the first input value mapped.
Example
Refer to ApplyModalityLookupTableCommand example.
Requirements

Target Platforms

See Also

Reference

DicomLookupTableDescriptor Class
DicomLookupTableDescriptor Members

Error processing SSI file