←Select platform

RedBits Property

Summary

Gets or sets the number of bits per entry in the Red Palette Color Lookup Table.

Syntax

C#
VB
Java
WinRT C#
C++
public int RedBits { get; set; } 
Public Property RedBits As Integer 
public int RedBits {get; set;} 
public int getRedBits() 
public void setRedBits(int value) 
             
 <br/>get_RedBits();<br/>set_RedBits(value);<br/>Object.defineProperty('RedBits');  
public: 
property int RedBits { 
   int get(); 
   void set (    int value); 
} 

Property Value

Value that indicates the number of bits per entry in the Red Palette Color Lookup Table. Either 8 or 16.

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