Accusoft.ImagXpress13.Net
Table Property




Gets and set the look up table itself which is an array of bytes.
Syntax
'Declaration
 
Public Property Table As Byte()
'Usage
 
Dim instance As LookupTable
Dim value() As Byte
 
instance.Table = value
 
value = instance.Table
public byte[] Table {get; set;}
public: __property byte[]* get_Table();
public: __property void set_Table( 
   byte[]* value
);
public:
property array<byte>^ Table {
   array<byte>^ get();
   void set (    array<byte>^ value);
}

Property Value

A byte array which corresponds with the values found in the LUT Descriptor.
Remarks

LUT (Look Up Table) Data corresponding with DICOM tag (0028, 3006). Create an array of bytes with the number of entries which corresponds with the first value found in the LUT Descriptor (0028, 3002). If the NumberOfBits property is 16, then the array of bytes should be sized to twice the number of entries.

Note: Available in Professional edition.

See Also

Reference

LookupTable Class
LookupTable Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback