LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

EntryBits Property






The third value in the "LookupTable Descriptor", this specifies the number of bits for each entry in the LookupTable Data. .NET support WinRT support Silverlight support
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;}
 get_EntryBits();
set_EntryBits(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DicomLookupTableDescriptor Class
DicomLookupTableDescriptor Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.