←Select platform

BitsAllocated Property

Summary

Gets or sets the number of bits allocated for each pixel sample.

Syntax

C#
VB
Java
WinRT C#
C++
public int BitsAllocated { get; set; } 
Public Property BitsAllocated As Integer 
public int BitsAllocated {get; set;} 
public int getBitsAllocated() 
public void setBitsAllocated(int value) 
             
 <br/>get_BitsAllocated();<br/>set_BitsAllocated(value);<br/>Object.defineProperty('BitsAllocated');  
public: 
property int BitsAllocated { 
   int get(); 
   void set (    int value); 
} 

Property Value

Value that indicates the number of bits allocated for each pixel sample.

Example

For an example, refer to GetImage.

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