LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

EntryBits Property

Show in webframe







The third value in the "LookupTable Descriptor", this 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) unsigned int entryBits;
public int getEntryBits()
public void setEntryBits(int value)
            
 
get_EntryBits();
set_EntryBits(value);
Object.defineProperty('EntryBits');
public:
property int EntryBits {
   int get();
   void set (    int value);
}

Property Value

The third value in the "LookupTable Descriptor", this 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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.