Gets or sets the corresponding bit plane associated with an overlay
public int BitPosition { get; set; }
Public Property BitPosition As Integer
public int BitPosition {get; set;}
@property (nonatomic, assign) NSUInteger bitPosition
public int getBitPosition()
public void setBitPosition(int value)
<br/>get_BitPosition();<br/>set_BitPosition(value);<br/>Object.defineProperty('BitPosition');
The corresponding bit plane associated with an overlay.
This property is valid only if UseBitPlane is set to true. For more information about the bit position, 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