C#
VB
Java
Objective-C
WinRT C#
C++
Determines whether the main image or the overlay image should be updated.
[FlagsAttribute()]public enum RasterUpdateOverlayBitsFlags
<FlagsAttribute()>Public Enum RasterUpdateOverlayBitsFlags
[FlagsAttribute()]public enum RasterUpdateOverlayBitsFlags
typedef NS_OPTIONS(NSUInteger, LTRasterUpdateOverlayBitsFlags) public enum RasterUpdateOverlayBitsFlags Leadtools.RasterUpdateOverlayBitsFlags = function() { };Leadtools.RasterUpdateOverlayBitsFlags.prototype = {<br/>None = 0x00000000,FromOverlay = 0x00000001,FromImage = 0x00000002,Clear = 0x00000004,};
[FlagsAttribute()]public enum class RasterUpdateOverlayBitsFlags
Members
| Value | Member | Description |
|---|---|---|
| 0x00000000 | None | No action. |
| 0x00000001 | FromOverlay | Update the main image bits for the corresponding bitplane using the data from the overlay image. |
| 0x00000002 | FromImage | Update the overlay image with the bits from the corresponding bit plane of the main image. Can be or-ed with Clear |
| 0x00000004 | Clear | Clears the bits from the bitplane associated with the overlay that are not contained in the overlay image (use only in combination with FromOverlay) |
For more information, refer to Overlay Overview.
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
