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

Show in webframe

EntryBits Property








The third value in the "LookupTable Descriptor", which specifies the number of bits for each entry in the LookupTable Data.
Syntax
public int EntryBits {get; set;}
'Declaration
 
Public Property EntryBits As Integer
'Usage
 
Dim instance As DicomLookupTableDescriptor
Dim value As Integer
 
instance.EntryBits = value
 
value = instance.EntryBits
public int EntryBits {get; set;}
@property (nonatomic, assign) NSUInteger entryBits
public int getEntryBits()
public void setEntryBits(int value)
            
 <br/>get_EntryBits();<br/>set_EntryBits(value);<br/>Object.defineProperty('EntryBits'); 
public:
property int EntryBits {
   int get();
   void set (    int value);
}

Property Value

The third value in the "LookupTable Descriptor", which specifies the number of bits for each entry in the LookupTable Data.
Example
Refer to ApplyModalityLookupTableCommand example.
Requirements

Target Platforms

See Also

Reference

DicomLookupTableDescriptor Class
DicomLookupTableDescriptor Members

Error processing SSI file