←Select platform

RedNumberOfEntries Property

Summary

Gets or sets the "number of entries" in the lookup table of the "Red Palette Color Lookup Table Descriptor" (0028,1101) element.

Syntax

C#
VB
Java
WinRT C#
C++
public int RedNumberOfEntries { get; set; } 
Public Property RedNumberOfEntries As Integer 
public int RedNumberOfEntries {get; set;} 
public int getRedNumberOfEntries() 
public void setRedNumberOfEntries(int value) 
             
 <br/>get_RedNumberOfEntries();<br/>set_RedNumberOfEntries(value);<br/>Object.defineProperty('RedNumberOfEntries');  
public: 
property int RedNumberOfEntries { 
   int get(); 
   void set (    int value); 
} 

Property Value

Specifies the "number of entries" in the lookup table of the "Red Palette Color Lookup Table Descriptor" (0028,1101) element.

Example

For an example, refer to DeletePaletteColorLut.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly