Accusoft.ImagXpressSdk Namespace > LookupTable Class : Table Property |
'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 array<byte>^ Table { array<byte>^ get(); void set ( array<byte>^ value); }
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.