C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the number of bits allocated in the overlay.
public int BitsAllocated { get; set; }
Public Property BitsAllocated As Integer
public int BitsAllocated {get; set;}
@property (nonatomic, assign) NSUInteger bitsAllocated
public int getBitsAllocated()
public void setBitsAllocated(int value)
<br/>get_BitsAllocated();<br/>set_BitsAllocated(value);<br/>Object.defineProperty('BitsAllocated');
The number of bits allocated in the overlay.
For more information, refer to "Overlay Plane Module Attributes" in the DICOM standard and Overlay Overview.
For an example, refer to RasterImage.GetOverlayAttributes and RasterImage.UpdateOverlayAttributes.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET