Accusoft.ImagXpress13.Net
FirstValueMapped Property




Gets and sets the stored pixel value mapped to the first entry in the Lookup Table.
Syntax
'Declaration
 
Public Property FirstValueMapped As Integer
'Usage
 
Dim instance As LookupTable
Dim value As Integer
 
instance.FirstValueMapped = value
 
value = instance.FirstValueMapped
public int FirstValueMapped {get; set;}
public: __property int get_FirstValueMapped();
public: __property void set_FirstValueMapped( 
   int value
);
public:
property int FirstValueMapped {
   int get();
   void set (    int value);
}

Property Value

An integer value which represents the pixel value mapped to the first entry in the Lookup Table.
Remarks

All values less than this pixel value are also mapped to the first entry.

This value corresponds to the second value found in the LUT Descriptor (0028, 3002).

Note: Available in Professional edition.

See Also

Reference

LookupTable Class
LookupTable Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback