←Select platform

EntryBits Property

Summary
The third value in the "LookupTable Descriptor", which specifies the number of bits for each entry in the LookupTable Data.
Syntax
C#
VB
Objective-C
C++
Java
public int EntryBits { get; set; } 
Public Property EntryBits As Integer 
@property (nonatomic, assign) NSUInteger entryBits 
public int getEntryBits() 
public void setEntryBits(int value) 
public: 
property int EntryBits { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.