Gets or sets a value which determines whether the overlay has a corresponding bitplane in the main image.
public bool UseBitPlane { get; set; }
Public Property UseBitPlane As Boolean
public bool UseBitPlane {get; set;}
@property (nonatomic, assign) BOOL useBitPlane
public boolean getUseBitPlane()
public void setUseBitPlane(boolean value)
<br/>get_UseBitPlane();<br/>set_UseBitPlane(value);<br/>Object.defineProperty('UseBitPlane');
true if the overlay has a corresponding bitplane in the main image; false, otherwise.
If the value of this property is true, then BitPosition should hold the index to the index bitplane.
For more information, refer to 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